public abstract class AbstractVFSFileFilter extends Object
| Constructor and Description |
|---|
AbstractVFSFileFilter() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
accept(org.apache.commons.vfs2.FileObject f)
Whether the given file is accepted by this filter.
|
abstract String |
getDescription()
The description of this filter.
|
public abstract boolean accept(org.apache.commons.vfs2.FileObject f)
f - public abstract String getDescription()
FileView.getName(java.io.File)Copyright © 2020. All rights reserved.