protected class AdmViewFileSystemInfo.FolderFilter
extends java.lang.Object
implements java.io.FileFilter, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
| Modifier | Constructor and Description |
|---|---|
protected |
FolderFilter()
Constructs a new
FolderFilter. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.io.File file)
Answers if a file is a folder and should be included in a list.
|
private static final long serialVersionUID
public boolean accept(java.io.File file)
accept in interface java.io.FileFilterfile - (File) The file to check.true if the file is a folder and should
be included, otherwise false.