Uses of Interface
de.espirit.firstspirit.io.FileSystem
Package
Description
-
Uses of FileSystem in de.espirit.firstspirit.agency
Modifier and TypeMethodDescription@NotNull FileSystem<?>
LegacyModuleAgent.getProjectAppConfig
(String moduleName, String projectAppName, long projectId) Deprecated.@NotNull FileSystem<?>
ModuleAdminAgent.getProjectAppConfig
(String moduleName, String projectAppName, @NotNull 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 aSecurityException
will be thrown.@NotNull FileSystem<?>
ModuleAdminAgent.getServiceConfig
(@NotNull String serviceName) Provides access to the configuration of a service.@NotNull FileSystem<?>
ModuleAdminAgent.getWebAppConfig
(String moduleName, String webAppComponent, WebAppId webAppId) Returns the configuration directory of the specified web-app.FileSystem<?>
ModuleAdminAgent.getWebServerConfiguration
(@NotNull String moduleName, @NotNull String componentName, @NotNull String instanceName) Returns the configuration file system specified by the given web server. -
Uses of FileSystem in de.espirit.firstspirit.io
Modifier and TypeMethodDescriptionFileSystem<? extends FileHandle>
FileSystemsAgent.getMemoryFileSystem()
Provides a memory-based file system instance.FileSystem<? extends FileHandle>
FileSystemsAgent.getOSFileSystem
(@NotNull String rootPath) Provides an OS-based file system instance having the given path as root.FileSystem<? extends FileHandle>
FileSystemsAgent.getRelativeFileSystem
(@NotNull FileHandle root) Provides a file system instance having the given root, which must represent a directory. -
Uses of FileSystem in de.espirit.firstspirit.module
Modifier and TypeMethodDescription@NotNull FileSystem<? extends FileHandle>
ServerEnvironment.getConfDir()
Returns the configuration directory of this environment.@Nullable FileSystem<? extends FileHandle>
ServerEnvironment.getDataDir()
Returns the data directory of this environment.
Components which uses this environment should store their data files in this directory.@Nullable FileSystem<? extends FileHandle>
ServerEnvironment.getLogDir()
Returns the FileSystem as access to the log directory of this environment.
Components which uses this environment should store their log files in this directory. -
Uses of FileSystem in de.espirit.firstspirit.store.access.nexport.operations
Modifier and TypeMethodDescriptionExportOperation.perform
(@NotNull FileSystem<?> fileSystem) Perform the export on the givenfile system
.ImportOperation.perform
(@NotNull FileSystem<?> fileSystem) Perform the import on the givenfile system
.
ModuleAdminAgent.getProjectAppConfig(String, String, de.espirit.firstspirit.access.project.Project)