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