ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Namespaces | |
Configuration | |
FlySystem | |
Data Structures | |
class | DelegatingFilesystemFactory |
Class DelegatingFilesystemFactory The delegating filesystem factory delegates the instance creation to the factory of the concrete implementation and applies all necessary decorators. More... | |
interface | DirectoryAccess |
Interface DirectoryAccess Defines all directory access operations of the filesystem. More... | |
interface | DirectoryReadAccess |
Interface DirectoryReadAccess Defines the readonly directory access operations of the filesystem. More... | |
interface | DirectoryWriteAccess |
Interface DirectoryWriteAccess Defines the write operations of the directory access. More... | |
interface | FileAccess |
Interface FileAccess The FileAccess interface defines all file operations. More... | |
interface | FileReadAccess |
Interface FileReadAccess All readonly file operations of the filesystem service. More... | |
interface | FileStreamAccess |
Interface FileStreamAccess This interface describes all streaming filesystem operations. More... | |
interface | FileStreamReadAccess |
Interface FileStreamReadAccess This interface describes all readonly streaming filesystem operations. More... | |
interface | FileStreamWriteAccess |
Interface FileStreamWriteAccess This interface describes the write operations for the streaming filesystem access. More... | |
interface | FilesystemFactory |
Interface FilesystemFactory The filesystem factory produces different filesystem types. More... | |
interface | FileWriteAccess |
Interface FileWriteAccess All write file operations of the filesystem service. More... | |
interface | LocalFilesystemFactory |
Interface LocalFilesystemFactory The local filesystem factory creates instances of the local filesystem adapter. More... | |