|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ivy.plugins.matcher.NoMatcher
public final class NoMatcher
A matcher that matches nothing.
| Field Summary | |
|---|---|
static Matcher |
INSTANCE
|
| Constructor Summary | |
|---|---|
NoMatcher()
|
|
| Method Summary | |
|---|---|
boolean |
isExact()
Return if the matcher will match *only* if the expression equals the input. |
boolean |
matches(java.lang.String input)
Check whether a given string is matched by this matcher. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Matcher INSTANCE
| Constructor Detail |
|---|
public NoMatcher()
| Method Detail |
|---|
public boolean matches(java.lang.String input)
Matcher
matches in interface Matcherinput - the string to be matched. Cannot be null.
public boolean isExact()
Matcher
isExact in interface Matcher
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||