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