| Package | Description |
|---|---|
| org.codehaus.commons.compiler.util |
| Modifier and Type | Field and Description |
|---|---|
static StringPattern[] |
StringPattern.PATTERNS_ALL
A
StringPattern that matches any subject. |
static StringPattern[] |
StringPattern.PATTERNS_NONE
A
StringPattern that matches no subject whatsoever. |
| Modifier and Type | Method and Description |
|---|---|
static StringPattern[] |
StringPattern.parseCombinedPattern(String combinedPattern)
Parses a "combined pattern" into an array of
StringPatterns. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
StringPattern.matches(StringPattern[] patterns,
String text)
Matchs a given
text against an array of StringPatterns (which was typically created by parseCombinedPattern(String). |
Copyright © 2019. All rights reserved.