public interface PathFilter
Modifier and Type | Method | 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.Object
boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- the other objecttrue
if this filter is the sameCopyright © 2022 JBoss by Red Hat. All rights reserved.