Uses of Enum Class
com.norconex.commons.lang.text.TextMatcher.Method
Packages that use TextMatcher.Method
-
Uses of TextMatcher.Method in com.norconex.commons.lang.text
Methods in com.norconex.commons.lang.text that return TextMatcher.MethodModifier and TypeMethodDescriptionTextMatcher.getMethod()static TextMatcher.MethodReturns the enum constant of this class with the specified name.static TextMatcher.Method[]TextMatcher.Method.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.norconex.commons.lang.text with parameters of type TextMatcher.MethodModifier and TypeMethodDescriptionTextMatcher.setMethod(TextMatcher.Method method) TextMatcher.withMethod(TextMatcher.Method method) Constructors in com.norconex.commons.lang.text with parameters of type TextMatcher.MethodModifierConstructorDescriptionTextMatcher(TextMatcher.Method method) Creates a matcher with the specified method.TextMatcher(String pattern, TextMatcher.Method method) Creates a basic matcher with the given pattern.