Nuxeo Enterprise Platform 5.1

org.nuxeo.runtime.jboss.deployment.preprocessor.install.filters
Class ExcludeFilter

java.lang.Object
  extended by org.nuxeo.runtime.jboss.deployment.preprocessor.install.filters.AbstractFilter
      extended by org.nuxeo.runtime.jboss.deployment.preprocessor.install.filters.ExcludeFilter
All Implemented Interfaces:
PathFilter

public class ExcludeFilter
extends AbstractFilter

Author:
Bogdan Stefanescu

Field Summary
 
Fields inherited from class org.nuxeo.runtime.jboss.deployment.preprocessor.install.filters.AbstractFilter
pattern
 
Constructor Summary
ExcludeFilter(Path pattern)
           
ExcludeFilter(String pattern)
           
 
Method Summary
 boolean accept(Path path)
           
 boolean isExclusive()
           
 
Methods inherited from class org.nuxeo.runtime.jboss.deployment.preprocessor.install.filters.AbstractFilter
accept, getPattern, segmentMatch, segmentsMatch, setPattern, setPattern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcludeFilter

public ExcludeFilter(Path pattern)

ExcludeFilter

public ExcludeFilter(String pattern)
Method Detail

accept

public boolean accept(Path path)

isExclusive

public boolean isExclusive()

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.