|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
interface Operator
Logic operator for two patterns.
Field Summary | |
---|---|
static Operator |
AND
And operator. |
static Operator |
NOT
Not operator. |
static Operator |
OR
Or Operator. |
Method Summary | |
---|---|
int |
getArity()
Gets the arity of this operator. |
boolean |
matches(Pattern[] patterns,
java.lang.String filePath)
Perform operator operation. |
Field Detail |
---|
static final Operator AND
static final Operator OR
static final Operator NOT
Method Detail |
---|
int getArity()
boolean matches(Pattern[] patterns, java.lang.String filePath)
patterns
- The operand.filePath
- The file path to match.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |