public interface PathFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Path path)
Tests whether or not the specified abstract pathname should be
included in a pathname list.
|
boolean accept(Path path)
path - The abstract pathname to be testedtrue if and only if pathname
should be includedCopyright © 2023 Alibaba Cloud Computing. All rights reserved.