Package | Description |
---|---|
de.espirit.firstspirit.io | |
de.espirit.firstspirit.module | |
de.espirit.firstspirit.store.access.nexport.operations |
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 |
---|---|
FileSystem<? extends FileHandle> |
FileSystemsAgent.getMemoryFileSystem()
Provides a memory-based file system instance.
|
FileSystem<? extends FileHandle> |
FileSystemsAgent.getOSFileSystem(String rootPath)
Provides an OS-based file system instance having the given path as root.
|
FileSystem<? extends FileHandle> |
FileSystemsAgent.getRelativeFileSystem(FileHandle root)
Provides a file system instance having the given root, which must represent a directory.
|
List<FileHandle> |
FileHandle.listFiles()
Returns the files in the directory referenced by the handle.
|
Modifier and Type | Method and Description |
---|---|
FileSystem<? extends FileHandle> |
FileSystemsAgent.getRelativeFileSystem(FileHandle root)
Provides a file system instance having the given root, which must represent a directory.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Set<FileHandle> |
ExportOperation.Result.getCreatedFiles()
Get the detailed information on created files.
|
Set<FileHandle> |
ExportOperation.Result.getDeletedFiles()
Get the detailed information on deleted files.
|
Set<FileHandle> |
ExportOperation.Result.getUpdatedFiles()
Get the detailed information on updated files.
|
Copyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408