@FunctionalInterface public interface PathMatcher
FileSystem.getPathMatcher(java.lang.String)
,
Files.newDirectoryStream(Path,String)
Modifier and Type | Method and Description |
---|---|
boolean |
matches(Path path)
Tells if given path matches this matcher's pattern.
|
boolean matches(Path path)
path
- the path to matchtrue
if, and only if, the path matches this
matcher's patternaicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.