|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.nuxeo.runtime.jboss.deployer.structure.PathPattern org.nuxeo.runtime.jboss.deployer.structure.PathPattern.CompositePattern
public static class PathPattern.CompositePattern
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.nuxeo.runtime.jboss.deployer.structure.PathPattern |
---|
PathPattern.CompositePattern, PathPattern.ExactMatchPattern, PathPattern.PrefixPattern, PathPattern.SuffixPattern, PathPattern.WildcardPattern |
Constructor Summary | |
---|---|
PathPattern.CompositePattern(String path)
|
Method Summary | |
---|---|
void |
add(PathPattern pattern)
|
boolean |
doMatch(String name)
Match the name of the given path. |
Methods inherited from class org.nuxeo.runtime.jboss.deployer.structure.PathPattern |
---|
findFile, findFirstMatchingPath, getNext, getPath, isExactMatch, match, parse, setNext |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PathPattern.CompositePattern(String path)
Method Detail |
---|
public void add(PathPattern pattern)
public boolean doMatch(String name)
PathPattern
doMatch
in class PathPattern
|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |