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