public interface PathFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.lang.String path)
Determine whether a path should be accepted.
|
boolean |
equals(java.lang.Object other)
Determine whether this filter is equal to another.
|
int |
hashCode()
Calculate a unique hash code for this path filter.
|
boolean accept(java.lang.String path)
/" characters.path - the path to checkint hashCode()
hashCode in class java.lang.Objectboolean equals(java.lang.Object other)
equals in class java.lang.Objectother - the other objecttrue if this filter is the same