Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.jboss.deployer.structure
Class PathPattern.ExactMatchPattern

java.lang.Object
  extended by org.nuxeo.runtime.jboss.deployer.structure.PathPattern
      extended by org.nuxeo.runtime.jboss.deployer.structure.PathPattern.ExactMatchPattern
Enclosing class:
PathPattern

public static class PathPattern.ExactMatchPattern
extends PathPattern


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.ExactMatchPattern(String path, String name)
           
 
Method Summary
 boolean doMatch(String name)
          Match the name of the given path.
 boolean isExactMatch()
           
 
Methods inherited from class org.nuxeo.runtime.jboss.deployer.structure.PathPattern
findFile, findFirstMatchingPath, getNext, getPath, match, parse, setNext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathPattern.ExactMatchPattern

public PathPattern.ExactMatchPattern(String path,
                                     String name)
Method Detail

isExactMatch

public boolean isExactMatch()
Overrides:
isExactMatch in class PathPattern

doMatch

public boolean doMatch(String name)
Description copied from class: PathPattern
Match the name of the given path. (Only name segment is matched).

Specified by:
doMatch in class PathPattern

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.