|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omnaest.utils.pattern.PatternUtils
public class PatternUtils
Static helper class related to Pattern concerns
| Constructor Summary | |
|---|---|
PatternUtils()
|
|
| Method Summary | |
|---|---|
static String |
not(Collection<String> patternStringCollection)
Returns a negated pattern that matches everything that does not equal any of the given strings within the Collection |
static String |
not(String... patternStrings)
Returns a negated pattern that matches everything that does not equal any of the given strings |
static String |
not(String patternString)
Returns the negated pattern. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PatternUtils()
| Method Detail |
|---|
public static String not(String... patternStrings)
patternStrings -
not(Collection),
not(String)public static String not(Collection<String> patternStringCollection)
Collection
patternStringCollection -
not(String...),
not(String)public static String not(String patternString)
(?:[^A]|(?:)$|A[^B]|(?:A)$|AB[^C]|(?:AB)$)
patternString -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||