Nuxeo Enterprise Platform 5.4

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

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

public class IncludeFilter
extends AbstractFilter

Author:
Bogdan Stefanescu

Constructor Summary
IncludeFilter(Path pattern)
           
IncludeFilter(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

IncludeFilter

public IncludeFilter(Path pattern)

IncludeFilter

public IncludeFilter(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.