public static final class FileUtils.FilesFilter extends Object implements FileFilter
| Constructor and Description |
|---|
FilesFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(File file)
Tests whether the
File is Directory or not. |
public boolean accept(File file)
File is Directory or not.accept in interface FileFilterfile - given FileFile is Not! a Directory, false if it is a
DirectoryCopyright © 2012–2026 cismet GmbH. All rights reserved.