|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectliquibase.util.RegexMatcher
public class RegexMatcher
Check that a text matches an array of regular expressions.
| Constructor Summary | |
|---|---|
RegexMatcher(java.lang.String text,
java.lang.String[] regexToMatch)
Constructs the matcher |
|
| Method Summary | |
|---|---|
boolean |
allMatchedInSequentialOrder()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegexMatcher(java.lang.String text,
java.lang.String[] regexToMatch)
text - Text to search for mathcesregexToMatch - Regex to match| Method Detail |
|---|
public boolean allMatchedInSequentialOrder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||