Class PathPredicate
java.lang.Object
org.apache.jackrabbit.commons.predicate.PathPredicate
- All Implemented Interfaces:
Predicate
The path filter provides hierarchical filtering.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PathPredicate
Creates a new default path filter| Pattern | Matches | /foo | exactly "/foo" | /foo.* | all paths starting with "foo." | foo.* | all files starting with "foo." | /foo/* | all direct children of /foo | /foo/** | all children of /foo
- Parameters:
pattern- the pattern
-
-
Method Details