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