Uses of Class
ch.nolix.base.environment.filesystem.FileAccessor
Packages that use FileAccessor
-
Uses of FileAccessor in ch.nolix.base.environment.filesystem
Methods in ch.nolix.base.environment.filesystem that return FileAccessorModifier and TypeMethodDescriptionstatic FileAccessorFileSystemAccessor.createFile(String path) Creates a new empty file with the given path.static FileAccessorFileSystemAccessor.createFile(String path, byte[] content) Creates a new file with the given path.static FileAccessorFileSystemAccessor.createFile(String path, WriteMode writeMode) Creates a new empty file with the given path.static FileAccessorFileSystemAccessor.createFile(String path, WriteMode writeMode, byte[] content) Creates a new file with the given path.static FileAccessorFileSystemAccessor.createFile(String path, WriteMode writeMode, String content) Creates a new file with the given path.static FileAccessorFileSystemAccessor.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.static FileAccessorFileAccessor.withFilePath(String filePath) Methods in ch.nolix.base.environment.filesystem that return types with arguments of type FileAccessorModifier and TypeMethodDescriptionstatic 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)