public interface FileSelectInfo
TODO - Rename this interface, as it is used by both FileSelector and FileVisitor.
Modifier and Type | Method and Description |
---|---|
FileObject |
getBaseFolder()
Returns the base folder of the traversal.
|
int |
getDepth()
Returns the depth of the file relative to the base folder.
|
FileObject |
getFile()
Returns the file (or folder) to be considered.
|
FileObject getBaseFolder()
FileObject getFile()
int getDepth()
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.