Interface ConsoleFile
-
- All Known Implementing Classes:
AggregateCFile
,PlatformFile
,RepositoryCFile
,VaultFsCFile
public interface ConsoleFile
FSContext
...
-
-
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 boolean
allowsChildren()
ConsoleFile
getFile(String path, boolean mustExist)
String
getName()
String
getPath()
ConsoleFile[]
listFiles()
Object
unwrap()
-
-
-
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()
-
-