Modifier and Type | Method and Description |
---|---|
FileHandle |
GenerationContext.getFileHandle(String path)
Reurn a
FileHandle for the given path |
Modifier and Type | Interface and Description |
---|---|
interface |
FileSystem<T extends FileHandle>
Interface representing 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 |
---|---|
static Object |
FileHandleSupport.deserializeFrom(FileHandle handle,
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(FileHandle root)
Provides a file system instance having the given root, which must represent a directory.
|
static void |
FileHandleSupport.serializeTo(Object value,
FileHandle targetFileHandle,
ClassLoader classLoader)
Serializes the given value using a special serialization algorithm and stores it to the provided file handle.
|
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 |
---|---|
FileHandle |
JobAgent.getFolder()
Provides a handle to the job folder.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExportInfoFileHandle
This interface represents a
FileHandle during the ExportOperation . |
Modifier and Type | Method and Description |
---|---|
Set<FileHandle> |
ExportOperation.Result.getCreatedFiles()
Deprecated.
since 5.2.1403. Use
ExportOperation.Result.getCreatedFileHandles() ()} or ExportOperation.Result.getCreatedElements() ()} instead. |
Set<FileHandle> |
ExportOperation.Result.getDeletedFiles()
Deprecated.
since 5.2.1403. Use
ExportOperation.Result.getDeletedFileHandles() or ExportOperation.Result.getDeletedElements() instead. |
Set<FileHandle> |
ExportOperation.Result.getUpdatedFiles()
Deprecated.
since 5.2.1403. Use
ExportOperation.Result.getUpdatedFileHandles() ()} or ExportOperation.Result.getUpdatedElements() ()} instead. |
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210