|
NIO2 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PathMatcher
An interface that is implemented by objects that perform match operations on paths.
FileSystem.getNameMatcher(java.lang.String, 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
|
NIO2 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.