|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.vfs2.AllFileSelector
public class AllFileSelector
A FileSelector
that selects everything.
Constructor Summary | |
---|---|
AllFileSelector()
|
Method Summary | |
---|---|
boolean |
includeFile(FileSelectInfo fileInfo)
Determines if a file or folder should be selected. |
boolean |
traverseDescendents(FileSelectInfo fileInfo)
Determines whether a folder should be traversed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AllFileSelector()
Method Detail |
---|
public boolean includeFile(FileSelectInfo fileInfo)
includeFile
in interface FileSelector
fileInfo
- The file selection information.
public boolean traverseDescendents(FileSelectInfo fileInfo)
traverseDescendents
in interface FileSelector
fileInfo
- The file selection information.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |