Uses of Interface
de.espirit.firstspirit.io.FileHandle
Packages that use FileHandle
Package
Description
-
Uses of FileHandle in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access that return FileHandleModifier and TypeMethodDescription@Nullable FileHandleGenerationContext.getFileHandle(String path) Reurn aFileHandlefor the given path -
Uses of FileHandle in de.espirit.firstspirit.io
Classes in de.espirit.firstspirit.io with type parameters of type FileHandleModifier and TypeInterfaceDescriptioninterfaceFileSystem<T extends FileHandle>Interface representing a filesystem and providing means to operate on file handles.Methods in de.espirit.firstspirit.io that return FileHandleModifier and TypeMethodDescriptionGet a handle on the child with the given name.@Nullable FileHandleFileHandle.getParent()Get a handle on the parent file.Methods in de.espirit.firstspirit.io that return types with arguments of type FileHandleModifier 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.Methods in de.espirit.firstspirit.io with parameters of type FileHandleModifier and TypeMethodDescriptionstatic @Nullable ObjectFileHandleSupport.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 voidFileHandleSupport.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
Methods in de.espirit.firstspirit.module that return types with arguments of type FileHandleModifier 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
Methods in de.espirit.firstspirit.scheduling.agency that return FileHandleModifier and TypeMethodDescription@NotNull FileHandleJobAgent.getFolder()Provides a handle to the job folder. -
Uses of FileHandle in de.espirit.firstspirit.store.access.nexport.io
Subinterfaces of FileHandle in de.espirit.firstspirit.store.access.nexport.ioModifier and TypeInterfaceDescriptioninterfaceThis interface represents aFileHandleduring theExportOperation. -
Uses of FileHandle in de.espirit.firstspirit.store.access.nexport.operations
Methods in de.espirit.firstspirit.store.access.nexport.operations that return types with arguments of type FileHandleModifier 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.