Interface PathFilter
- All Known Implementing Classes:
AggregatePathFilter, BooleanPathFilter, ChildPathFilter, EqualsPathFilter, GlobPathFilter, InvertingPathFilter, MultiplePathFilter, SetPathFilter
public interface PathFilter
Filter used to determine whether a path should be included or excluded from imports and exports.
-
Method Summary
-
Method Details
-
accept
Determine whether a path should be accepted. The given name is a path separated by "/" characters.- Parameters:
path- the path to check- Returns:
- true if the path should be accepted, false if not
-
hashCode
-
equals
-