Class IncludeFilter
- java.lang.Object
-
- org.nuxeo.runtime.deployment.preprocessor.install.filters.AbstractFilter
-
- org.nuxeo.runtime.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.deployment.preprocessor.install.filters.AbstractFilter
pattern
-
-
Constructor Summary
Constructors Constructor Description IncludeFilter(String pattern)
IncludeFilter(Path pattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(Path path)
boolean
isExclusive()
-
Methods inherited from class org.nuxeo.runtime.deployment.preprocessor.install.filters.AbstractFilter
accept, segmentMatch, segmentsMatch
-
-