Interface ConsoleFile
-
- All Known Implementing Classes:
AggregateCFile,PlatformFile,RepositoryCFile,VaultFsCFile
public interface ConsoleFileFSContext...
-
-
Field Summary
Fields Modifier and Type Field Description static ConsoleFile[]EMPTY_ARRAY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanallowsChildren()ConsoleFilegetFile(String path, boolean mustExist)StringgetName()StringgetPath()ConsoleFile[]listFiles()Objectunwrap()
-
-
-
Field Detail
-
EMPTY_ARRAY
static final ConsoleFile[] EMPTY_ARRAY
-
-
Method Detail
-
unwrap
Object unwrap()
-
getPath
String getPath()
-
getName
String getName()
-
getFile
ConsoleFile getFile(String path, boolean mustExist) throws IOException
- Throws:
IOException
-
listFiles
ConsoleFile[] listFiles() throws IOException
- Throws:
IOException
-
allowsChildren
boolean allowsChildren()
-
-