Package | Description |
---|---|
de.espirit.firstspirit.agency | |
de.espirit.firstspirit.io | |
de.espirit.firstspirit.module | |
de.espirit.firstspirit.store.access.nexport.operations |
Modifier and Type | Method and Description |
---|---|
FileSystem<?> |
LegacyModuleAgent.getProjectAppConfig(String moduleName,
String projectAppName,
long projectId)
Deprecated.
|
FileSystem<?> |
ModuleAdminAgent.getProjectAppConfig(String moduleName,
String projectAppName,
Project project)
Returns an access to the project-app configuration directory; read-write-access if the user is project admin,
read-only-access if the user is project user, otherwise a
SecurityException will be thrown. |
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.
|
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 |
---|---|
ExportOperation.Result |
ExportOperation.perform(FileSystem<?> fileSystem)
Perform the export on the given
file system . |
ImportOperation.Result |
ImportOperation.perform(FileSystem<?> fileSystem)
Perform the import on the given
file system . |
Copyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408