Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

public static class PathPattern.WildcardPattern
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.WildcardPattern(String path, String prefix, String suffix)
           
 
Method Summary
 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

PathPattern.WildcardPattern

public PathPattern.WildcardPattern(String path,
                                   String prefix,
                                   String suffix)
Method Detail

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.