GlobFilter@Public
@Stable
public interface PathFilter
| Modifier and Type | Method | 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 © 2008–2025 Apache Software Foundation. All rights reserved.