Package io.github.astrapi69.file.create
package io.github.astrapi69.file.create
Provides classes for creating files or directories
-
ClassDescriptionThe class
DirectoryFactory
helps you to create directoriesThe classDirectoryStructureExtensions
provides methods for get File infos from directory structuresThe classDirectoryStructureFactory
helps you to create directory structuresThe classFileContentInfo
represents information about file content, including checksum and binary data.FileContentInfo.FileContentInfoBuilder<C extends FileContentInfo,B extends FileContentInfo.FileContentInfoBuilder<C, B>> The builder class for constructing `FileContentInfo` objects.The enumFileCreationState
provides constants for the file creation stateThe classFileFactory
helps you to create filesThe classFileInfo
represents file information, including name, path, and directory flag.The builder class for constructing `FileInfo` objects.