Nuxeo Enterprise Platform 5.1

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

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

public class IncludeFilter
extends AbstractFilter

Author:
Bogdan Stefanescu

Field Summary
 
Fields inherited from class org.nuxeo.runtime.jboss.deployment.preprocessor.install.filters.AbstractFilter
pattern
 
Constructor Summary
IncludeFilter(Path pattern)
           
IncludeFilter(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

IncludeFilter

public IncludeFilter(Path pattern)

IncludeFilter

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