@InterfaceAudience.Public
@InterfaceStability.Stable
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 © 2022 Apache Software Foundation. All rights reserved.