Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.deployment.preprocessor.install.filters
Class AbstractFilter

java.lang.Object
  extended by org.nuxeo.runtime.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

Method Summary
 boolean accept(Path path, boolean defaultPolicy)
           
static boolean segmentMatch(String pattern, String segment)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.common.utils.PathFilter
accept, isExclusive
 

Method Detail

accept

public boolean accept(Path path,
                      boolean defaultPolicy)

segmentMatch

public static boolean segmentMatch(String pattern,
                                   String segment)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.