Nuxeo Enterprise Platform 5.4

org.nuxeo.common.utils
Class PathFilterSet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<PathFilter>
              extended by org.nuxeo.common.utils.PathFilterSet
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<PathFilter>, java.util.Collection<PathFilter>, java.util.List<PathFilter>, java.util.RandomAccess, PathFilter

public class PathFilterSet
extends java.util.ArrayList<PathFilter>
implements PathFilter

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Constructor Summary
PathFilterSet()
           
PathFilterSet(boolean isExclusive)
           
 
Method Summary
 boolean accept(Path path)
           
 boolean isExclusive()
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

PathFilterSet

public PathFilterSet()

PathFilterSet

public PathFilterSet(boolean isExclusive)
Method Detail

isExclusive

public boolean isExclusive()
Specified by:
isExclusive in interface PathFilter

accept

public boolean accept(Path path)
Specified by:
accept in interface PathFilter

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.