? DirectoryStreamFilter
java.lang.Object
org.apache.commons.io.file.DirectoryStreamFilter
- ????????:
DirectoryStream.Filter<Path>
A
DirectoryStream.Filter
that delegates to a PathFilter
.
You pass this filter to Files#newDirectoryStream(Path, DirectoryStream.Filter)
.
- ???????:
- 2.9.0
-
?????
????????DirectoryStreamFilter
(PathFilter pathFilter) Constructs a new instance for the given path filter. -
????
-
???????
-
DirectoryStreamFilter
Constructs a new instance for the given path filter.- ??:
pathFilter
- How to filter paths.
-
-
??????
-
accept
- ???:
accept
????DirectoryStream.Filter<Path>
- ??:
IOException
-
getPathFilter
Gets the path filter.- ??:
- the path filter.
-