Verwendungen von Klasse
ch.nolix.core.environment.filesystem.FileAccessor
Packages, die FileAccessor verwenden
-
Verwendungen von FileAccessor in ch.nolix.core.environment.filesystem
Methoden in ch.nolix.core.environment.filesystem, die FileAccessor zurückgebenModifizierer und TypMethodeBeschreibungstatic FileAccessor
FileSystemAccessor.createFile
(String path) Creates a new empty file with the given path.static FileAccessor
FileSystemAccessor.createFile
(String path, byte[] content) Creates a new file with the given path.static FileAccessor
FileSystemAccessor.createFile
(String path, WriteMode writeMode) Creates a new empty file with the given path.static FileAccessor
FileSystemAccessor.createFile
(String path, WriteMode writeMode, byte[] content) Creates a new file with the given path.static FileAccessor
FileSystemAccessor.createFile
(String path, WriteMode writeMode, String content) Creates a new file with the given path.static FileAccessor
FileSystemAccessor.createFile
(String path, String content) Creates a new file with the given path.FolderAccessor.createFile
(String relativePath) Creates a new empty file with the given relative path in the folder of the currentFolderAccessor
.Methoden in ch.nolix.core.environment.filesystem, die Typen mit Argumenten vom Typ FileAccessor zurückgebenModifizierer und TypMethodeBeschreibungstatic IContainer
<FileAccessor> FileSystemAccessor.getFileAccessors
(String path) static IContainer
<FileAccessor> FileSystemAccessor.getFileAccessors
(String path, String extension) FolderAccessor.getFileAccessors()
FolderAccessor.getFileAccessors
(String extension) static ILinkedList
<FileAccessor> FileSystemAccessor.getFileAccessorsRecursively
(String path) FolderAccessor.getFileAccessorsRecursively()
FolderAccessor.getFileAccessorsRecursively
(String extension)