Class StringMatcher
java.lang.Object
com.alibaba.cloud.commons.matcher.StringMatcher
- All Implemented Interfaces:
Matcher
-
Constructor Summary
ConstructorsConstructorDescriptionStringMatcher(String regex) StringMatcher(String matcher, StringMatcherType type, boolean isIgnoreCase) -
Method Summary
Modifier and TypeMethodDescriptiongetRegex()getType()booleanbooleanvoidsetIgnoreCase(boolean ignoreCase) voidsetMatcher(String matcher) voidvoidsetType(StringMatcherType type)
-
Constructor Details
-
StringMatcher
public StringMatcher() -
StringMatcher
-
StringMatcher
-
-
Method Details