Nuxeo Enterprise Platform 5.4

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

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

public class ExcludeFilter
extends AbstractFilter

Author:
Bogdan Stefanescu

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

Constructor Detail

ExcludeFilter

public ExcludeFilter(Path pattern)

ExcludeFilter

public ExcludeFilter(java.lang.String pattern)
Method Detail

accept

public boolean accept(Path path)

isExclusive

public boolean isExclusive()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.