Uses of Interface
de.espirit.firstspirit.io.FileHandle
Package
Description
-
Uses of FileHandle in de.espirit.firstspirit.access
Modifier and TypeMethodDescription@Nullable FileHandle
GenerationContext.getFileHandle
(String path) Reurn aFileHandle
for the given path -
Uses of FileHandle in de.espirit.firstspirit.io
Modifier and TypeInterfaceDescriptioninterface
FileSystem<T extends FileHandle>
Interface representing a filesystem and providing means to operate on file handles.Modifier and TypeMethodDescriptionGet a handle on the child with the given name.@Nullable FileHandle
FileHandle.getParent()
Get a handle on the parent file.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.@NotNull List<FileHandle>
FileHandle.listFiles()
Returns the files in the directory referenced by the handle.Modifier and TypeMethodDescriptionstatic @Nullable Object
FileHandleSupport.deserializeFrom
(@NotNull FileHandle handle, @NotNull ClassLoader classLoader) Deserializes a value from the given file handle according to the special serialization algorithm used by this supporting type.FileSystem<? extends FileHandle>
FileSystemsAgent.getRelativeFileSystem
(@NotNull FileHandle root) Provides a file system instance having the given root, which must represent a directory.static void
FileHandleSupport.serializeTo
(@NotNull Object value, @NotNull FileHandle targetFileHandle, @NotNull ClassLoader classLoader) Serializes the given value using a special serialization algorithm and stores it to the provided file handle. -
Uses of FileHandle 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 FileHandle in de.espirit.firstspirit.scheduling.agency
Modifier and TypeMethodDescription@NotNull FileHandle
JobAgent.getFolder()
Provides a handle to the job folder. -
Uses of FileHandle in de.espirit.firstspirit.store.access.nexport.io
Modifier and TypeInterfaceDescriptioninterface
This interface represents aFileHandle
during theExportOperation
. -
Uses of FileHandle in de.espirit.firstspirit.store.access.nexport.operations
Modifier and TypeMethodDescription@NotNull Set<FileHandle>
ExportOperation.Result.getCreatedFiles()
Deprecated.since 5.2.1403.@NotNull Set<FileHandle>
ExportOperation.Result.getDeletedFiles()
Deprecated.since 5.2.1403.@NotNull Set<FileHandle>
ExportOperation.Result.getUpdatedFiles()
Deprecated.since 5.2.1403.