public static class PathPattern.ExactMatchPattern extends PathPattern
PathPattern.CompositePattern, PathPattern.ExactMatchPattern, PathPattern.PrefixPattern, PathPattern.SuffixPattern, PathPattern.WildcardPattern
Constructor and Description |
---|
PathPattern.ExactMatchPattern(String path,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
doMatch(String name)
Match the name of the given path.
|
boolean |
isExactMatch() |
findFile, findFirstMatchingPath, getNext, getPath, match, parse, setNext
public boolean isExactMatch()
isExactMatch
in class PathPattern
public boolean doMatch(String name)
PathPattern
doMatch
in class PathPattern
Copyright © 2011 Nuxeo SA. All Rights Reserved.