Package | Description |
---|---|
de.espirit.firstspirit.io | |
de.espirit.firstspirit.module |
Modifier and Type | Interface and Description |
---|---|
interface |
FileSystem<T extends FileHandle>
Interface represanting a filesystem and providing means to operate on file handles.
|
Modifier and Type | Method and Description |
---|---|
FileHandle |
FileHandle.getChild(String name)
Get a handle on the child with the given name.
|
FileHandle |
FileHandle.getParent()
Get a handle on the parent file.
|
Modifier and Type | Method and Description |
---|---|
List<FileHandle> |
FileHandle.listFiles()
Returns the files in the directory referenced by the handle.
|
Modifier and Type | Method and Description |
---|---|
FileSystem<? extends FileHandle> |
ServerEnvironment.getConfDir()
Returns the configuration directory of this environment.
|
FileSystem<? extends FileHandle> |
ServerEnvironment.getDataDir()
Returns the data directory of this environment.
|
FileSystem<? extends FileHandle> |
ServerEnvironment.getLogDir()
Returns the FileSystem as access to the log directory of this environment.
|
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500