|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PathMatcher
Disabled: no SafeJ information.
An interface that is implemented by objects that perform match operations on paths.
FileSystem.getPathMatcher(java.lang.String)
,
Path.newDirectoryStream(String)
Method Summary | |
---|---|
boolean |
matches(Path path)
Tells if given path matches this matcher's pattern. |
Method Detail |
---|
boolean matches(Path path)
path
- the path to match
true
if, and only if, the path matches this
matcher's pattern
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |