|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.spi.commons.name.MatchResult
public class MatchResult
A MatchResult instance represents the result of matching a Pattern against
a Path.
| Method Summary | |
|---|---|
Path |
getMatch()
Returns the path which was matched by the Pattern. |
int |
getMatchLength()
Returns the number of elements which where matched by the Pattern. |
int |
getMatchPos()
Returns the position of the match |
Path |
getRemainder()
Returns the remaining path after the matching part. |
boolean |
isFullMatch()
Returns true if the Pattern matched the whole Path. |
boolean |
isMatch()
Returns true if the Pattern matched anything or false otherwise. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Path getRemainder()
getMatch() followed by getRemainder() is the original path or
null if isFullMatch() is true.public Path getMatch()
Pattern.
getMatch() followed by getRemainder() is the original path or
null if getMatchLength() is 0.public int getMatchPos()
public int getMatchLength()
Pattern.
public boolean isMatch()
Pattern matched anything or false otherwise.
public boolean isFullMatch()
Pattern matched the whole Path.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||