Package 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:
*
- match any char from a path segment**
- match any path segment
- Author:
- Bogdan Stefanescu
-
Method Summary
-
Method Details
-
accept
-
isExclusive
boolean isExclusive()
-