Class PropertyMatchesRule<T extends PropertyContainer>
- java.lang.Object
-
- net.fortuna.ical4j.filter.predicate.PropertyMatchesRule<T>
-
- Type Parameters:
T
-
- All Implemented Interfaces:
Predicate<T>
public class PropertyMatchesRule<T extends PropertyContainer> extends Object implements Predicate<T>
Test for a property that "matches" the provided regular expression.
-
-
Constructor Summary
Constructors Constructor Description PropertyMatchesRule(Property specification, String pattern)
-