Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.common.utils
Interface PathFilter

All Known Implementing Classes:
AbstractFilter, ExcludeFilter, IncludeFilter, PathFilterSet

public interface PathFilter

A path filter. Two types of wildcards are supported:

Author:
Bogdan Stefanescu

Method Summary
 boolean accept(Path path)
           
 boolean isExclusive()
           
 

Method Detail

accept

boolean accept(Path path)

isExclusive

boolean isExclusive()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.