org.nuxeo.runtime.jboss.deployment.preprocessor.install.filters
Class AbstractFilter
java.lang.Object
org.nuxeo.runtime.jboss.deployment.preprocessor.install.filters.AbstractFilter
- All Implemented Interfaces:
- PathFilter
- Direct Known Subclasses:
- ExcludeFilter, IncludeFilter
public abstract class AbstractFilter
- extends Object
- implements PathFilter
- Author:
- Bogdan Stefanescu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pattern
protected Path pattern
AbstractFilter
protected AbstractFilter(Path pattern)
setPattern
public void setPattern(Path pattern)
setPattern
public void setPattern(String pattern)
getPattern
public Path getPattern()
accept
public boolean accept(Path path,
boolean defaultPolicy)
segmentsMatch
protected static boolean segmentsMatch(Path pattern,
Path path)
segmentMatch
public static boolean segmentMatch(String pattern,
String segment)
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.