A B C D E F G H I J L M N O P R S T U V W Z 
All Classes All Packages

A

ALREADY_EXISTS - io.github.astrapi69.file.create.FileCreationState
This state signals that the file already exists
appendSystemtimeToFilename(File) - Static method in class io.github.astrapi69.file.rename.RenameFileExtensions
Returns the filename from the given file with the systemtime.
appendSystemtimeToFilename(File, Date) - Static method in class io.github.astrapi69.file.rename.RenameFileExtensions
Returns the filename from the given file with the systemtime.

B

build() - Method in class io.github.astrapi69.file.csv.CsvBean.CsvBeanBuilder
 
build() - Method in class io.github.astrapi69.file.search.SearchFileAttributesBean.SearchFileAttributesBeanBuilder
 
build() - Method in class io.github.astrapi69.file.zip.Unzipper.UnzipperBuilder
 
build() - Method in class io.github.astrapi69.file.zip.Zipper.ZipperBuilder
 
builder() - Static method in class io.github.astrapi69.file.csv.CsvBean
 
builder() - Static method in class io.github.astrapi69.file.search.SearchFileAttributesBean
 
builder() - Static method in class io.github.astrapi69.file.zip.Unzipper
 
builder() - Static method in class io.github.astrapi69.file.zip.Zipper
 

C

canEqual(Object) - Method in class io.github.astrapi69.file.compare.FileCompareResultBean
 
canEqual(Object) - Method in class io.github.astrapi69.file.compare.FileContentResultBean
 
canEqual(Object) - Method in class io.github.astrapi69.file.search.SearchFileAttributesBean
 
changeAllFilenameSuffix(File, String, String) - Static method in class io.github.astrapi69.file.rename.RenameFileExtensions
Changes all the Filenames with the new Suffix recursively.
changeAllFilenameSuffix(File, String, String, boolean) - Static method in class io.github.astrapi69.file.rename.RenameFileExtensions
Changes all the Filenames with the new Suffix recursively.
changeFilenameSuffix(File, String) - Static method in class io.github.astrapi69.file.rename.RenameFileExtensions
Changes the suffix from the Filename.
changeFilenameSuffix(File, String, boolean) - Static method in class io.github.astrapi69.file.rename.RenameFileExtensions
Changes the suffix from the Filename.
checkFile(File) - Static method in class io.github.astrapi69.file.delete.DeleteFileExtensions
Checks the File if it is a directory or if its exists or if it is empty.
clone() - Method in class io.github.astrapi69.file.csv.CsvBean
columnTypes(String[]) - Method in class io.github.astrapi69.file.csv.CsvBean.CsvBeanBuilder
 
columnTypesEdit(String[]) - Method in class io.github.astrapi69.file.csv.CsvBean.CsvBeanBuilder
 
compare - Variable in class io.github.astrapi69.file.compare.FileCompareResultBean
The compare file.
compare(IFileCompareResultBean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.astrapi69.file.compare.CompareFileExtensions
Sets the flags in the FileCompareResultBean object according to the given boolean flag what to ignore.
compare(IFileContentResultBean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.astrapi69.file.compare.CompareFileExtensions
Sets the flags in the FileContentResultBean object according to the given boolean flag what to ignore.
compareFileContentByBytes(File, File) - Static method in class io.github.astrapi69.file.compare.CompareFileExtensions
Compare file content for every single byte.
compareFileContentByLines(File, File) - Static method in class io.github.astrapi69.file.compare.CompareFileExtensions
Compare file content by lines.
CompareFileExtensions - Class in io.github.astrapi69.file.compare
The class CompareFileExtensions helps you to compare files.
compareFiles(File, File) - Static method in class io.github.astrapi69.file.compare.CompareFileExtensions
Compare files.
compareFiles(File, File, boolean) - Static method in class io.github.astrapi69.file.compare.CompareFileExtensions
Compare files.
compareFiles(File, File, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.astrapi69.file.compare.CompareFileExtensions
Compare files.
compareFiles(File, File, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.astrapi69.file.compare.CompareFileExtensions
Compare files.
compareFilesByAbsolutePath(File, File) - Static method in class io.github.astrapi69.file.compare.SimpleCompareFileExtensions
Compare files by absolute path.
compareFilesByChecksum(File, File, Algorithm) - Static method in class io.github.astrapi69.file.compare.SimpleCompareFileExtensions
Compare files by checksum with the algorithm Adler32.
compareFilesByChecksumAdler32(File, File) - Static method in class io.github.astrapi69.file.compare.SimpleCompareFileExtensions
Compare files by checksum with the algorithm Adler32.
compareFilesByChecksumCRC32(File, File) - Static method in class io.github.astrapi69.file.compare.SimpleCompareFileExtensions
Compare files by checksum with the algorithm CRC32.
compareFilesByContent(File, File) - Static method in class io.github.astrapi69.file.compare.SimpleCompareFileExtensions
Compare files by content.
compareFilesByExtension(File, File) - Static method in class io.github.astrapi69.file.compare.SimpleCompareFileExtensions
Compare files by extension.
compareFilesByLastModified(File, File) - Static method in class io.github.astrapi69.file.compare.SimpleCompareFileExtensions
Compare files by last modified.
compareFilesByLength(File, File) - Static method in class io.github.astrapi69.file.compare.SimpleCompareFileExtensions
Compare files by length.
compareFilesByName(File, File) - Static method in class io.github.astrapi69.file.compare.SimpleCompareFileExtensions
Compare files by name.
completeCompare(IFileCompareResultBean) - Static method in class io.github.astrapi69.file.compare.CompareFileExtensions
Completes the compare from the files encapsulated in the FileCompareResultBean.
COMPRESSED_SIZE - io.github.astrapi69.file.zip.ZipState
The COMPRESSE d_ size.
compressionMethod(int) - Method in class io.github.astrapi69.file.zip.Zipper.ZipperBuilder
 
containsFile(File, File) - Static method in class io.github.astrapi69.file.search.FileSearchExtensions
Checks if the given file contains only in the parent file, not in the subdirectories.
containsFile(File, String) - Static method in class io.github.astrapi69.file.search.FileSearchExtensions
Checks if the given file contains in the parent file.
containsFileRecursive(File, File) - Static method in class io.github.astrapi69.file.search.FileSearchExtensions
Checks if the given file contains only in the parent file recursively.
copyDirectory(File, File) - Static method in class io.github.astrapi69.file.copy.CopyFileExtensions
Copies the given source directory to the given destination directory.
copyDirectory(File, File, boolean) - Static method in class io.github.astrapi69.file.copy.CopyFileExtensions
Copies the given source directory to the given destination directory with the option to set the lastModified time from the given destination file or directory.
copyDirectoryWithFileFilter(File, File, FileFilter, boolean) - Static method in class io.github.astrapi69.file.copy.CopyFileExtensions
Copies all files that match to the FileFilter from the given source directory to the given destination directory with the option to set the lastModified time from the given destination file or directory.
copyDirectoryWithFileFilter(File, File, FileFilter, FileFilter, boolean) - Static method in class io.github.astrapi69.file.copy.CopyFileExtensions
Copies all files that match to the given includeFileFilter and does not copy all the files that match the excludeFileFilter from the given source directory to the given destination directory with the option to set the lastModified time from the given destination file or directory.
copyDirectoryWithFileFilter(File, File, FileFilter, FileFilter, Collection<File>, boolean) - Static method in class io.github.astrapi69.file.copy.CopyFileExtensions
Copies all files that match to the given includeFileFilter and does not copy all the files that match the excludeFileFilter from the given source directory to the given destination directory with the option to set the lastModified time from the given destination file or directory.
copyDirectoryWithFilenameFilter(File, File, FilenameFilter, boolean) - Static method in class io.github.astrapi69.file.copy.CopyFileExtensions
Copies all files that match to the FilenameFilter from the given source directory to the given destination directory with the option to set the lastModified time from the given destination file or directory.
copyDirectoryWithFilenameFilter(File, File, FilenameFilter, FilenameFilter, boolean) - Static method in class io.github.astrapi69.file.copy.CopyFileExtensions
Copies all files that match to the given includeFilenameFilter and does not copy all the files that match the excludeFilenameFilter from the given source directory to the given destination directory with the option to set the lastModified time from the given destination file or directory.
copyFile(File, File) - Static method in class io.github.astrapi69.file.copy.CopyFileExtensions
Copies the given source file to the given destination file.
copyFile(File, File, boolean) - Static method in class io.github.astrapi69.file.copy.CopyFileExtensions
Copies the given source file to the given destination file with the option to set the lastModified time from the given destination file.
copyFile(File, File, Charset, Charset, boolean) - Static method in class io.github.astrapi69.file.copy.CopyFileExtensions
Copies the given source file to the given destination file with the given source encodings and destination encodings.
CopyFileExtensions - Class in io.github.astrapi69.file.copy
The class CopyFileExtensions helps you to copy files or directories.
copyFiles(List<File>, File, Charset, Charset, boolean) - Static method in class io.github.astrapi69.file.copy.CopyFileExtensions
Copies the given source file to the given destination file with the given source encodings and destination encodings.
copyFileToDirectory(File, File) - Static method in class io.github.astrapi69.file.copy.CopyFileExtensions
Copies the given source file to the given destination directory.
copyFileToDirectory(File, File, boolean) - Static method in class io.github.astrapi69.file.copy.CopyFileExtensions
Copies the given source file to the given destination directory with the option to set the lastModified time from the given destination directory.
countAllFilesInDirectory(File, long, boolean) - Static method in class io.github.astrapi69.file.search.FileSearchExtensions
Counts all the files in a directory recursively.
countAllLines(File) - Static method in class io.github.astrapi69.file.read.ReadFileExtensions
Count all lines from the given file
CREATED - io.github.astrapi69.file.create.FileCreationState
This state signals that the file was created
CsvBean - Class in io.github.astrapi69.file.csv
The class CsvBean.
CsvBean() - Constructor for class io.github.astrapi69.file.csv.CsvBean
 
CsvBean(String[], String[], String[], List<String[]>) - Constructor for class io.github.astrapi69.file.csv.CsvBean
Instantiates a new CsvBean object.
CsvBean(String[], String[], String[], Map<Integer, Integer>, List<String[]>) - Constructor for class io.github.astrapi69.file.csv.CsvBean
 
CsvBean(String[], String[], List<String[]>) - Constructor for class io.github.astrapi69.file.csv.CsvBean
Instantiates a new CsvBean object.
CsvBean.CsvBeanBuilder - Class in io.github.astrapi69.file.csv
 
CsvFileExtensions - Class in io.github.astrapi69.file.csv
Utility class for the use of cvs-files.
CsvToSqlExtensions - Class in io.github.astrapi69.file.csv

D

DATA - io.github.astrapi69.file.zip.ZipState
The DATA.
DEFAULT_USER_CONFIGURATION_DIRECTORY_NAME - Static variable in class io.github.astrapi69.file.system.SystemFileExtensions
Constant for the default configuration directory from the current user. current value:".config"
DEFAULT_USER_DOWNLOAD_DIRECTORY_NAME - Static variable in class io.github.astrapi69.file.system.SystemFileExtensions
Constant for the default download directory from the current user. current value:"Downloads"
delete(File) - Static method in class io.github.astrapi69.file.delete.DeleteFileExtensions
Tries to delete a file and if its a directory than its deletes all the sub-directories.
delete(Collection<File>) - Static method in class io.github.astrapi69.file.delete.DeleteFileExtensions
Tries to delete all given files in the list.
deleteAllFiles(File) - Static method in class io.github.astrapi69.file.delete.DeleteFileExtensions
Deletes the File and if it is an directory it deletes his sub-directories recursively.
deleteAllFilesWithPrefix(File, String) - Static method in class io.github.astrapi69.file.delete.DeleteFileExtensions
Tries to delete all files that match to the given prefix from the given source directory.
deleteAllFilesWithSuffix(File, String) - Static method in class io.github.astrapi69.file.delete.DeleteFileExtensions
Deletes all files with the given suffix recursively.
deleteFile(File) - Static method in class io.github.astrapi69.file.delete.DeleteFileExtensions
Tries to delete the given file.
DeleteFileExtensions - Class in io.github.astrapi69.file.delete
The class DeleteFileExtensions helps you delete files.
deleteFiles(File) - Static method in class io.github.astrapi69.file.delete.DeleteFileExtensions
Tries to delete all files in the Directory.
deleteFilesWithFileFilter(File, FileFilter) - Static method in class io.github.astrapi69.file.delete.DeleteFileExtensions
Tries to delete all files that match to the given includeFileFilter from the given source directory.
deleteFilesWithFileFilter(File, FileFilter, FileFilter) - Static method in class io.github.astrapi69.file.delete.DeleteFileExtensions
Tries to delete all files that match to the given includeFileFilter and does not delete the files that match the excludeFileFilter from the given source directory.
deleteFilesWithFilenameFilter(File, FilenameFilter) - Static method in class io.github.astrapi69.file.delete.DeleteFileExtensions
Tries to delete all files that match to the given includeFilenameFilter from the given source directory.
deleteFilesWithFilenameFilter(File, FilenameFilter, FilenameFilter) - Static method in class io.github.astrapi69.file.delete.DeleteFileExtensions
Tries to delete all files that match to the given includeFilenameFilter and does not delete the files that match the excludeFilenameFilter from the given source directory.
DIRECTORY_TO_ZIP_DOES_NOT_EXIST - io.github.astrapi69.file.zip.ZipErrorCodes
 
DirectoryAlreadyExistsException - Exception in io.github.astrapi69.file.exception
Exception that is thrown if an attempt is made to create a directory that already exists
DirectoryAlreadyExistsException() - Constructor for exception io.github.astrapi69.file.exception.DirectoryAlreadyExistsException
 
DirectoryAlreadyExistsException(String) - Constructor for exception io.github.astrapi69.file.exception.DirectoryAlreadyExistsException
Constructs a new DirectoryAlreadyExistsException with the specified detail message.
DirectoryAlreadyExistsException(String, Throwable) - Constructor for exception io.github.astrapi69.file.exception.DirectoryAlreadyExistsException
Constructs a new DirectoryAlreadyExistsException with the specified detail message and the Throwable.
DirectoryAlreadyExistsException(Throwable) - Constructor for exception io.github.astrapi69.file.exception.DirectoryAlreadyExistsException
Constructs a DirectoryAlreadyExistsException with the Throwable.
DirectoryCannotBeCreatedException - Exception in io.github.astrapi69.file.exception
Exception to be thrown if the directory cannot be created.
DirectoryCannotBeCreatedException() - Constructor for exception io.github.astrapi69.file.exception.DirectoryCannotBeCreatedException
Instantiates a new directory cannot be created exception.
DirectoryCannotBeCreatedException(String) - Constructor for exception io.github.astrapi69.file.exception.DirectoryCannotBeCreatedException
Instantiates a new directory cannot be created exception.
DirectoryCannotBeCreatedException(String, Throwable) - Constructor for exception io.github.astrapi69.file.exception.DirectoryCannotBeCreatedException
Instantiates a new directory cannot be created exception.
DirectoryCannotBeCreatedException(Throwable) - Constructor for exception io.github.astrapi69.file.exception.DirectoryCannotBeCreatedException
Instantiates a new directory cannot be created exception.
DirectoryCannotBeWrittenException - Exception in io.github.astrapi69.file.exception
Exception to be thrown if the directory cannot be created.
DirectoryCannotBeWrittenException() - Constructor for exception io.github.astrapi69.file.exception.DirectoryCannotBeWrittenException
Instantiates a new directory cannot be created exception.
DirectoryCannotBeWrittenException(String) - Constructor for exception io.github.astrapi69.file.exception.DirectoryCannotBeWrittenException
Instantiates a new directory cannot be created exception.
DirectoryCannotBeWrittenException(String, Throwable) - Constructor for exception io.github.astrapi69.file.exception.DirectoryCannotBeWrittenException
Instantiates a new directory cannot be created exception.
DirectoryCannotBeWrittenException(Throwable) - Constructor for exception io.github.astrapi69.file.exception.DirectoryCannotBeWrittenException
Instantiates a new directory cannot be created exception.
DirectoryHasNoContentException - Exception in io.github.astrapi69.file.exception
Exception if the directory has no content.
DirectoryHasNoContentException() - Constructor for exception io.github.astrapi69.file.exception.DirectoryHasNoContentException
Default constructor.
DirectoryHasNoContentException(String) - Constructor for exception io.github.astrapi69.file.exception.DirectoryHasNoContentException
Constructs a new DirectoryHasNoContentException with the specified detail message.
DirectoryHasNoContentException(String, Throwable) - Constructor for exception io.github.astrapi69.file.exception.DirectoryHasNoContentException
Constructs a new DirectoryHasNoContentException with the specified detail message and the Throwable.
DirectoryHasNoContentException(Throwable) - Constructor for exception io.github.astrapi69.file.exception.DirectoryHasNoContentException
Constructs a DirectoryHasNoContentException with the Throwable.
directoryToZip(File) - Method in class io.github.astrapi69.file.zip.Zipper.ZipperBuilder
 
dirToStart(String) - Method in class io.github.astrapi69.file.zip.Zipper.ZipperBuilder
 
download(URI) - Static method in class io.github.astrapi69.file.FileExtensions
Downloads Data from the given URI.

E

EF_LENGTH - io.github.astrapi69.file.zip.ZipState
The E f_ length.
equals(Object) - Method in class io.github.astrapi69.file.compare.FileCompareResultBean
 
equals(Object) - Method in class io.github.astrapi69.file.compare.FileContentResultBean
 
equals(Object) - Method in class io.github.astrapi69.file.csv.CsvBean
equals(Object) - Method in class io.github.astrapi69.file.search.SearchFileAttributesBean
 
extract(ZipFile, File, String) - Static method in class io.github.astrapi69.file.zip.Zip4jExtensions
Extract.
extractSqlColumns(String[]) - Static method in class io.github.astrapi69.file.csv.CsvToSqlExtensions
Extract sql columns.
extractZipEntry(ZipFile, ZipEntry, File) - Method in class io.github.astrapi69.file.zip.Unzipper
Extract zip entry.
extractZipEntry(ZipFile, ZipEntry, File) - Static method in class io.github.astrapi69.file.zip.ZipExtensions
Extract zip entry.

F

FAILED - io.github.astrapi69.file.create.FileCreationState
This state signals that the file creation failed
FILE_SEPARATOR_PROPERTY_KEY - Static variable in class io.github.astrapi69.file.system.SystemPropertiesExtensions
 
FileChangeable - Interface in io.github.astrapi69.file.modify.api
The interface FileChangeable is a BiFunction for modify files
FileCompareResultBean - Class in io.github.astrapi69.file.compare
The class FileCompareResultBean is pojo for comparing two files.
FileCompareResultBean(File, File) - Constructor for class io.github.astrapi69.file.compare.FileCompareResultBean
Instantiates a new file compare result bean.
FileContentResultBean - Class in io.github.astrapi69.file.compare
Bean that tells if the content from the given files are equal.
FileContentResultBean(File, File) - Constructor for class io.github.astrapi69.file.compare.FileContentResultBean
Default constructor.
fileCounter(int) - Method in class io.github.astrapi69.file.zip.Zipper.ZipperBuilder
 
FileCreationState - Enum in io.github.astrapi69.file.create
The enum FileCreationState provides constants for the file creation state
FileDoesNotExistException - Exception in io.github.astrapi69.file.exception
This Exception is thrown when the file is not found or does not exist.
FileDoesNotExistException() - Constructor for exception io.github.astrapi69.file.exception.FileDoesNotExistException
Default constructor.
FileDoesNotExistException(String) - Constructor for exception io.github.astrapi69.file.exception.FileDoesNotExistException
Constructs a new FileDoesNotExistException with the specified detail message.
FileDoesNotExistException(String, Throwable) - Constructor for exception io.github.astrapi69.file.exception.FileDoesNotExistException
Constructs a new FileDoesNotExistException with the specified detail message and the Throwable.
FileDoesNotExistException(Throwable) - Constructor for exception io.github.astrapi69.file.exception.FileDoesNotExistException
Constructs a FileDoesNotExistException with the Throwable.
FileExtensions - Class in io.github.astrapi69.file
Utility class for the use of File object.
FileFactory - Class in io.github.astrapi69.file.create
The class FileFactory helps you to create files or directories
fileFilter(FilenameFilter) - Method in class io.github.astrapi69.file.zip.Zipper.ZipperBuilder
 
FileIsADirectoryException - Exception in io.github.astrapi69.file.exception
Exception if the file is a directory.
FileIsADirectoryException() - Constructor for exception io.github.astrapi69.file.exception.FileIsADirectoryException
Default constructor.
FileIsADirectoryException(String) - Constructor for exception io.github.astrapi69.file.exception.FileIsADirectoryException
Constructs a new FileIsADirectoryException with the specified detail message.
FileIsADirectoryException(String, Throwable) - Constructor for exception io.github.astrapi69.file.exception.FileIsADirectoryException
Constructs a new FileIsADirectoryException with the specified detail message and the Throwable.
FileIsADirectoryException(Throwable) - Constructor for exception io.github.astrapi69.file.exception.FileIsADirectoryException
Constructs a FileIsADirectoryException with the Throwable.
FileIsNotADirectoryException - Exception in io.github.astrapi69.file.exception
Exception if the file is not a directory.
FileIsNotADirectoryException() - Constructor for exception io.github.astrapi69.file.exception.FileIsNotADirectoryException
Default constructor.
FileIsNotADirectoryException(String) - Constructor for exception io.github.astrapi69.file.exception.FileIsNotADirectoryException
Constructs a new FileIsNotADirectoryException with the specified detail message.
FileIsNotADirectoryException(String, Throwable) - Constructor for exception io.github.astrapi69.file.exception.FileIsNotADirectoryException
Constructs a new FileIsNotADirectoryException with the specified detail message and the Throwable.
FileIsNotADirectoryException(Throwable) - Constructor for exception io.github.astrapi69.file.exception.FileIsNotADirectoryException
Constructs a FileIsNotADirectoryException with the Throwable.
FileIsSecurityRestrictedException - Exception in io.github.astrapi69.file.exception
Exception if the file or directory is security restricted.
FileIsSecurityRestrictedException() - Constructor for exception io.github.astrapi69.file.exception.FileIsSecurityRestrictedException
Instantiates a new file is security restricted exception.
FileIsSecurityRestrictedException(String) - Constructor for exception io.github.astrapi69.file.exception.FileIsSecurityRestrictedException
Instantiates a new file is security restricted exception.
FileIsSecurityRestrictedException(String, Throwable) - Constructor for exception io.github.astrapi69.file.exception.FileIsSecurityRestrictedException
Instantiates a new file is security restricted exception.
FileIsSecurityRestrictedException(Throwable) - Constructor for exception io.github.astrapi69.file.exception.FileIsSecurityRestrictedException
Instantiates a new file is security restricted exception.
fileLength(long) - Method in class io.github.astrapi69.file.zip.Zipper.ZipperBuilder
 
FileNotRenamedException - Exception in io.github.astrapi69.file.exception
Exception if the file could not be renamed.
FileNotRenamedException() - Constructor for exception io.github.astrapi69.file.exception.FileNotRenamedException
Default constructor.
FileNotRenamedException(String) - Constructor for exception io.github.astrapi69.file.exception.FileNotRenamedException
Constructs a new FileNotRenamedException with the specified detail message.
FileNotRenamedException(String, Throwable) - Constructor for exception io.github.astrapi69.file.exception.FileNotRenamedException
Constructs a new FileNotRenamedException with the specified detail message and the Throwable.
FileNotRenamedException(Throwable) - Constructor for exception io.github.astrapi69.file.exception.FileNotRenamedException
Constructs a FileNotRenamedException with the Throwable.
FileSearchExtensions - Class in io.github.astrapi69.file.search
The class FileSearchExtensions provides methods for searching in directories.
findAllFiles(File, String) - Static method in class io.github.astrapi69.file.search.FileSearchExtensions
Finds all files that match the search pattern.
findEqualFiles(File) - Static method in class io.github.astrapi69.file.compare.CompareFileExtensions
Find equal files.
findEqualFiles(File, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.astrapi69.file.compare.CompareFileExtensions
Find equal files.
findEqualFiles(File, File) - Static method in class io.github.astrapi69.file.compare.CompareFileExtensions
Find equal files from the given directories.
findEqualFiles(File, File, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.astrapi69.file.compare.CompareFileExtensions
Find equal files from the given directories.
findEqualFilesWithSameContent(File) - Static method in class io.github.astrapi69.file.compare.CompareFileExtensions
Compare files with the same content.
findEqualFilesWithSameContent(File, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.astrapi69.file.compare.CompareFileExtensions
Compare files with the same content.
findEqualFilesWithSameContent(File, File) - Static method in class io.github.astrapi69.file.compare.CompareFileExtensions
Find equal files from the given directories.
findEqualFilesWithSameContent(File, File, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class io.github.astrapi69.file.compare.CompareFileExtensions
Find equal files from the given directories.
findFiles(File, String) - Static method in class io.github.astrapi69.file.search.FileSearchExtensions
Finds all files that match the search pattern.
findFiles(File, Predicate<File>) - Static method in class io.github.astrapi69.file.search.FileSearchExtensions
List the directories from the given file(directory).
findFiles(File, Set<File>, FileFilter...) - Static method in class io.github.astrapi69.file.search.FileSearchExtensions
List the directories from the given file(directory).
findFiles(String, String[]) - Static method in class io.github.astrapi69.file.search.FileSearchExtensions
Searches for files with the given extensions and adds them to a Vector.
findFilesRecursive(File, String) - Static method in class io.github.astrapi69.file.search.FileSearchExtensions
Finds all files that match the search pattern.
findFilesRecursive(File, Predicate<File>) - Static method in class io.github.astrapi69.file.search.FileSearchExtensions
List the directories from the given file(directory).
findFilesWithFilter(File, String...) - Static method in class io.github.astrapi69.file.search.FileSearchExtensions
Finds all files that match the given extension.
FLAGS - io.github.astrapi69.file.zip.ZipState
The FLAGS.
FN_LENGTH - io.github.astrapi69.file.zip.ZipState
The F n_ length.
forceToMoveFile(File, File) - Static method in class io.github.astrapi69.file.rename.RenameFileExtensions
Moves the given source file to the given destination file.
formatKommaSeperatedFileToList(File, String) - Static method in class io.github.astrapi69.file.csv.CsvFileExtensions
Reads every line from the File splits the data through a comma and puts them to the List.
formatToCSV(File, File, String) - Static method in class io.github.astrapi69.file.csv.CsvFileExtensions
Formats a file that has in every line one input-data into a csv-file.

G

getAbsolutePath(File, boolean) - Static method in class io.github.astrapi69.file.search.PathFinder
Gets the absolute path.
getAbsolutePathEquality() - Method in interface io.github.astrapi69.file.compare.api.IFileCompareResultBean
Gets the absolute path equality.
getAbsolutePathEquality() - Method in class io.github.astrapi69.file.compare.FileCompareResultBean
Gets the absolute path equality.
getAbsolutPathWithoutFilename(File) - Static method in class io.github.astrapi69.file.FileExtensions
Gets the absolut path without the filename.
getAllFilesFromDir(File) - Static method in class io.github.astrapi69.file.search.FileSearchExtensions
Gets the all files from directory.
getAllFilesFromDirRecursive(File) - Static method in class io.github.astrapi69.file.search.FileSearchExtensions
Gets all the files from directory recursive.
getColumnTypes() - Method in class io.github.astrapi69.file.csv.CsvBean
 
getColumnTypesEdit() - Method in class io.github.astrapi69.file.csv.CsvBean
 
getCompressionMethod() - Method in interface io.github.astrapi69.file.zip.ZipModel
Returns the field compressionMethod.
getCompressionMethod() - Method in class io.github.astrapi69.file.zip.Zipper
 
getContentEquality() - Method in interface io.github.astrapi69.file.compare.api.IFileContentResultBean
Gets the content equality.
getContentEquality() - Method in class io.github.astrapi69.file.compare.FileContentResultBean
Gets the content equality.
getCsvFileAsSqlInsertScript(String, CsvBean) - Static method in class io.github.astrapi69.file.csv.CsvToSqlExtensions
Gets the csv file as sql insert script.
getCsvFileAsSqlInsertScript(String, CsvBean, boolean, boolean) - Static method in class io.github.astrapi69.file.csv.CsvToSqlExtensions
Gets the csv file as sql insert script.
getCsvFileAsSqlInsertScript(String, String[], String[], String[], List<String[]>) - Static method in class io.github.astrapi69.file.csv.CsvToSqlExtensions
Gets the csv file as sql insert script.
getCsvFileAsSqlInsertScript(String, String[], String[], List<String[]>) - Static method in class io.github.astrapi69.file.csv.CsvToSqlExtensions
Gets the csv file as sql insert script.
getCurrentAbsolutPathWithoutDotAndSlash() - Static method in class io.github.astrapi69.file.FileExtensions
Gets the current absolut path without the dot and slash.
getCvsAsListMap(File) - Static method in class io.github.astrapi69.file.csv.CsvFileExtensions
Gets the given cvs file as list of maps.
getCvsAsListMap(File, String) - Static method in class io.github.astrapi69.file.csv.CsvFileExtensions
Gets the given cvs file as list of maps.
getDataFromLine(String, String) - Static method in class io.github.astrapi69.file.csv.CsvFileExtensions
Gets the data from line.
getDataFromLine(String, String) - Static method in class io.github.astrapi69.file.csv.CsvToSqlExtensions
Gets the data from line.
getDataFromLine(String, String, boolean) - Static method in class io.github.astrapi69.file.csv.CsvFileExtensions
Gets the data from line.
getDirectoryToZip() - Method in interface io.github.astrapi69.file.zip.ZipModel
Returns the field directoryToZip.
getDirectoryToZip() - Method in class io.github.astrapi69.file.zip.Zipper
 
getDirToStart() - Method in interface io.github.astrapi69.file.zip.ZipModel
Returns the field dirToStart.
getDirToStart() - Method in class io.github.astrapi69.file.zip.Zipper
 
getFilecontentAsByteObjectArray(File) - Static method in class io.github.astrapi69.file.read.ReadFileExtensions
Get a Byte array from the given file.
getFileCounter() - Method in interface io.github.astrapi69.file.zip.ZipModel
Returns the field fileCounter.
getFileCounter() - Method in class io.github.astrapi69.file.zip.Zipper
 
getFileExtensionEquality() - Method in interface io.github.astrapi69.file.compare.api.IFileCompareResultBean
Gets the file extension equality.
getFileExtensionEquality() - Method in class io.github.astrapi69.file.compare.FileCompareResultBean
Gets the file extension equality.
getFileFilter() - Method in interface io.github.astrapi69.file.zip.ZipModel
Returns the field fileFilter.
getFileFilter() - Method in class io.github.astrapi69.file.zip.Zipper
 
getFileLength() - Method in interface io.github.astrapi69.file.zip.ZipModel
Returns the field fileLength.
getFileLength() - Method in class io.github.astrapi69.file.zip.Zipper
 
getFileLengthInKilobytes(File) - Static method in class io.github.astrapi69.file.search.FileSearchExtensions
Gets the file length from the given file in Kilobytes.
getFileLengthInMegabytes(File) - Static method in class io.github.astrapi69.file.search.FileSearchExtensions
Gets the file length from the given file in Megabytes.
getFilenamePrefix(File) - Static method in class io.github.astrapi69.file.FileExtensions
Gets the filename with the absolute path prefix.
getFilenameSuffix(File) - Static method in class io.github.astrapi69.file.FileExtensions
Gets the filename suffix or null if no suffix exists or the given file object is a directory.
getFilenameWithoutExtension(File) - Static method in class io.github.astrapi69.file.FileExtensions
Gets the filename without the extension or null if the given file object is a directory.
getFileSeparator() - Static method in class io.github.astrapi69.file.system.SystemPropertiesExtensions
Gets the system file separator character.
getFileToCompare() - Method in interface io.github.astrapi69.file.compare.api.IFileCompareResultBean
Gets the file to compare.
getFileToCompare() - Method in class io.github.astrapi69.file.compare.FileCompareResultBean
Gets the file to compare.
getHeaders() - Method in class io.github.astrapi69.file.csv.CsvBean
 
getJavaClassPath() - Static method in class io.github.astrapi69.file.system.SystemPropertiesExtensions
Gets the Path used to find directories and JAR archives containing class files.
getJavaHome() - Static method in class io.github.astrapi69.file.system.SystemPropertiesExtensions
Gets the path of the installed java home
getJavaHomeDir() - Static method in class io.github.astrapi69.file.system.SystemFileExtensions
Gets the installation directory for Java Runtime Environment (JRE) from the system as File object
getJavaIoTmpdir() - Static method in class io.github.astrapi69.file.system.SystemPropertiesExtensions
Gets the path for the temporary directory for java
getJavaVendor() - Static method in class io.github.astrapi69.file.system.SystemPropertiesExtensions
Gets the name of JRE vendor name
getJavaVendorUrl() - Static method in class io.github.astrapi69.file.system.SystemPropertiesExtensions
Gets the name of JRE vendor url
getJavaVersion() - Static method in class io.github.astrapi69.file.system.SystemPropertiesExtensions
Gets the JRE version
getLastModifiedEquality() - Method in interface io.github.astrapi69.file.compare.api.IFileCompareResultBean
Gets the last modified equality.
getLastModifiedEquality() - Method in class io.github.astrapi69.file.compare.FileCompareResultBean
Gets the last modified equality.
getLengthEquality() - Method in interface io.github.astrapi69.file.compare.api.IFileCompareResultBean
Gets the length equality.
getLengthEquality() - Method in class io.github.astrapi69.file.compare.FileCompareResultBean
Gets the length equality.
getLineCountFromCsvFile(File) - Static method in class io.github.astrapi69.file.csv.CsvFileExtensions
Gets the line count from csv file.
getLineOrder() - Method in class io.github.astrapi69.file.csv.CsvBean
 
getLines() - Method in class io.github.astrapi69.file.csv.CsvBean
 
getLineSeparator() - Static method in class io.github.astrapi69.file.system.SystemPropertiesExtensions
Gets the system line separator character.
getNameEquality() - Method in interface io.github.astrapi69.file.compare.api.IFileCompareResultBean
Gets the name equality.
getNameEquality() - Method in class io.github.astrapi69.file.compare.FileCompareResultBean
Gets the name equality.
getOsArchitecture() - Static method in class io.github.astrapi69.file.system.SystemPropertiesExtensions
Gets the operating system architecture
getOsName() - Static method in class io.github.astrapi69.file.system.SystemPropertiesExtensions
Gets the operating system name
getOsVersion() - Static method in class io.github.astrapi69.file.system.SystemPropertiesExtensions
Gets the operating system version
getPathSeparator() - Static method in class io.github.astrapi69.file.system.SystemPropertiesExtensions
Gets the system path separator character used in java.class.path
getProjectDirectory() - Static method in class io.github.astrapi69.file.search.PathFinder
Gets the project directory.
getProjectDirectory(File) - Static method in class io.github.astrapi69.file.search.PathFinder
Gets the project directory.
getRelativePath(File, String...) - Static method in class io.github.astrapi69.file.search.PathFinder
Gets the file or directory from the given parent File object and the relative path given over the list as String objects.
getRelativePathTo(File, String, String, String) - Static method in class io.github.astrapi69.file.search.PathFinder
Gets the file or directory from the given parent File object and the relative path given over the list as String objects.
getRelativePathTo(File, List<String>) - Static method in class io.github.astrapi69.file.search.PathFinder
Gets the file or directory from the given parent File object and the relative path given over the list as String objects.
getRootDir() - Static method in class io.github.astrapi69.file.system.SystemFileExtensions
Gets the root directory from the system as File object
getRootDirectory(File) - Static method in class io.github.astrapi69.file.search.FileSearchExtensions
Gets the root directory from the given File object
getSearchFilePattern(String...) - Static method in class io.github.astrapi69.file.search.FileSearchExtensions
Gets a regex search file pattern that can be used for searching files with a Matcher.
getSourceFile() - Method in interface io.github.astrapi69.file.compare.api.IFileCompareResultBean
Gets the source file.
getSourceFile() - Method in class io.github.astrapi69.file.compare.FileCompareResultBean
Gets the source file.
getSqlData(String[], String[], String[], Map<Integer, Integer>, List<String[]>, boolean) - Static method in class io.github.astrapi69.file.csv.CsvToSqlExtensions
Gets the sql data.
getSrcMainJavaDir() - Static method in class io.github.astrapi69.file.search.PathFinder
Gets the src main java dir.
getSrcMainJavaDir(File) - Static method in class io.github.astrapi69.file.search.PathFinder
Gets the src main java dir.
getSrcMainResourcesDir() - Static method in class io.github.astrapi69.file.search.PathFinder
Gets the src main resources dir.
getSrcMainResourcesDir(File) - Static method in class io.github.astrapi69.file.search.PathFinder
Gets the src main resources dir.
getSrcTestJavaDir() - Static method in class io.github.astrapi69.file.search.PathFinder
Gets the src test java dir.
getSrcTestJavaDir(File) - Static method in class io.github.astrapi69.file.search.PathFinder
Gets the src test java dir.
getSrcTestResourcesDir() - Static method in class io.github.astrapi69.file.search.PathFinder
Gets the src test resources dir.
getSrcTestResourcesDir(File) - Static method in class io.github.astrapi69.file.search.PathFinder
Gets the src test resources dir.
getTempDir() - Static method in class io.github.astrapi69.file.system.SystemFileExtensions
Gets the temporary directory from the system as File object.
getToDir() - Method in class io.github.astrapi69.file.zip.Unzipper
 
getUserConfigurationDir() - Static method in class io.github.astrapi69.file.system.SystemFileExtensions
Gets the users configuration directory from the system as File object
getUserConfigurationDir(String) - Static method in class io.github.astrapi69.file.system.SystemFileExtensions
Gets the users configuration directory from the system as File object
getUserDownloadsDir() - Static method in class io.github.astrapi69.file.system.SystemFileExtensions
Gets the users downloads directory from the system as File object
getUserDownloadsDir(String) - Static method in class io.github.astrapi69.file.system.SystemFileExtensions
Gets the users downloads directory from the system as File object
getUserHome() - Static method in class io.github.astrapi69.file.system.SystemPropertiesExtensions
Gets the user home directory
getUserHomeDir() - Static method in class io.github.astrapi69.file.system.SystemFileExtensions
Gets the user home directory from the system as File object
getUserName() - Static method in class io.github.astrapi69.file.system.SystemPropertiesExtensions
Gets the user name
getUserWorkingDir() - Static method in class io.github.astrapi69.file.system.SystemFileExtensions
Gets the user working directory from the system as File object
getUserWorkingDirectory() - Static method in class io.github.astrapi69.file.system.SystemPropertiesExtensions
Gets the user working directory
getWindowsRootDriveDir(char) - Static method in class io.github.astrapi69.file.system.SystemFileExtensions
Gets the drive directory from the given drive letter as Optional of File object.
getZipFile() - Method in class io.github.astrapi69.file.zip.Unzipper
 
getZipFile() - Method in interface io.github.astrapi69.file.zip.ZipModel
Returns the field zipFile.
getZipFile() - Method in class io.github.astrapi69.file.zip.Zipper
 
getZipFileComment() - Method in interface io.github.astrapi69.file.zip.ZipModel
Returns the field zipFileComment.
getZipFileComment() - Method in class io.github.astrapi69.file.zip.Zipper
 
getZipFileName() - Method in interface io.github.astrapi69.file.zip.ZipModel
Returns the field zipFileName.
getZipFileName() - Method in class io.github.astrapi69.file.zip.Zipper
 
getZipFileObj() - Method in interface io.github.astrapi69.file.zip.ZipModel
Returns the field zipFileObj.
getZipFileObj() - Method in class io.github.astrapi69.file.zip.Zipper
 
getZipLevel() - Method in interface io.github.astrapi69.file.zip.ZipModel
Returns the field zipLevel.
getZipLevel() - Method in class io.github.astrapi69.file.zip.Zipper
 

H

hashCode() - Method in class io.github.astrapi69.file.compare.FileCompareResultBean
 
hashCode() - Method in class io.github.astrapi69.file.compare.FileContentResultBean
 
hashCode() - Method in class io.github.astrapi69.file.csv.CsvBean
hashCode() - Method in class io.github.astrapi69.file.search.SearchFileAttributesBean
 
HEADER - io.github.astrapi69.file.zip.ZipState
The HEADER.
headers(String[]) - Method in class io.github.astrapi69.file.csv.CsvBean.CsvBeanBuilder
 

I

IFileCompareResultBean - Interface in io.github.astrapi69.file.compare.api
The Interface IFileCompareResultBean.
IFileContentResultBean - Interface in io.github.astrapi69.file.compare.api
The Interface IFileContentResultBean.
ignoreContentEquality(boolean) - Method in class io.github.astrapi69.file.search.SearchFileAttributesBean.SearchFileAttributesBeanBuilder
 
ignoreExtensionEquality(boolean) - Method in class io.github.astrapi69.file.search.SearchFileAttributesBean.SearchFileAttributesBeanBuilder
 
ignoreLastModified(boolean) - Method in class io.github.astrapi69.file.search.SearchFileAttributesBean.SearchFileAttributesBeanBuilder
 
ignoreLengthEquality(boolean) - Method in class io.github.astrapi69.file.search.SearchFileAttributesBean.SearchFileAttributesBeanBuilder
 
ignoreNameEquality(boolean) - Method in class io.github.astrapi69.file.search.SearchFileAttributesBean.SearchFileAttributesBeanBuilder
 
inputStream2String(InputStream) - Static method in class io.github.astrapi69.file.read.ReadFileExtensions
The Method inputStream2String() reads the data from the InputStream into a String.
inputStream2String(InputStream, Charset) - Static method in class io.github.astrapi69.file.read.ReadFileExtensions
The Method inputStream2String() reads the data from the InputStream into a String.
IO_ERROR - io.github.astrapi69.file.zip.ZipErrorCodes
 
io.github.astrapi69.file - package io.github.astrapi69.file
 
io.github.astrapi69.file.compare - package io.github.astrapi69.file.compare
 
io.github.astrapi69.file.compare.api - package io.github.astrapi69.file.compare.api
 
io.github.astrapi69.file.copy - package io.github.astrapi69.file.copy
 
io.github.astrapi69.file.create - package io.github.astrapi69.file.create
 
io.github.astrapi69.file.csv - package io.github.astrapi69.file.csv
 
io.github.astrapi69.file.delete - package io.github.astrapi69.file.delete
 
io.github.astrapi69.file.exception - package io.github.astrapi69.file.exception
 
io.github.astrapi69.file.modify - package io.github.astrapi69.file.modify
 
io.github.astrapi69.file.modify.api - package io.github.astrapi69.file.modify.api
 
io.github.astrapi69.file.read - package io.github.astrapi69.file.read
 
io.github.astrapi69.file.rename - package io.github.astrapi69.file.rename
 
io.github.astrapi69.file.search - package io.github.astrapi69.file.search
 
io.github.astrapi69.file.sort - package io.github.astrapi69.file.sort
 
io.github.astrapi69.file.system - package io.github.astrapi69.file.system
 
io.github.astrapi69.file.write - package io.github.astrapi69.file.write
 
io.github.astrapi69.file.zip - package io.github.astrapi69.file.zip
 
isIgnoreContentEquality() - Method in class io.github.astrapi69.file.search.SearchFileAttributesBean
 
isIgnoreExtensionEquality() - Method in class io.github.astrapi69.file.search.SearchFileAttributesBean
 
isIgnoreLastModified() - Method in class io.github.astrapi69.file.search.SearchFileAttributesBean
 
isIgnoreLengthEquality() - Method in class io.github.astrapi69.file.search.SearchFileAttributesBean
 
isIgnoreNameEquality() - Method in class io.github.astrapi69.file.search.SearchFileAttributesBean
 
isOpen(File) - Static method in class io.github.astrapi69.file.FileExtensions
Not yet implemented.
isZip(String) - Static method in class io.github.astrapi69.file.zip.ZipExtensions
Checks if the given filename is a zip-file.

J

JAVA_CLASS_PATH_PROPERTY_KEY - Static variable in class io.github.astrapi69.file.system.SystemPropertiesExtensions
 
JAVA_HOME_PROPERTY_KEY - Static variable in class io.github.astrapi69.file.system.SystemPropertiesExtensions
 
JAVA_IO_TMPDIR_PROPERTY_KEY - Static variable in class io.github.astrapi69.file.system.SystemPropertiesExtensions
 
JAVA_VENDOR_PROPERTY_KEY - Static variable in class io.github.astrapi69.file.system.SystemPropertiesExtensions
 
JAVA_VENDOR_URL_PROPERTY_KEY - Static variable in class io.github.astrapi69.file.system.SystemPropertiesExtensions
 
JAVA_VERSION_PROPERTY_KEY - Static variable in class io.github.astrapi69.file.system.SystemPropertiesExtensions
 

L

LINE_SEPARATOR_PROPERTY_KEY - Static variable in class io.github.astrapi69.file.system.SystemPropertiesExtensions
 
lineOrder(Map<Integer, Integer>) - Method in class io.github.astrapi69.file.csv.CsvBean.CsvBeanBuilder
 
lines(List<String[]>) - Method in class io.github.astrapi69.file.csv.CsvBean.CsvBeanBuilder
 
listDirs(File) - Static method in class io.github.astrapi69.file.search.FileSearchExtensions
List the directories from the given file(directory).

M

match(String, String[]) - Static method in class io.github.astrapi69.file.search.FileSearchExtensions
Checks the given String matches the given suffixes.
mkParentDirs(File) - Static method in class io.github.astrapi69.file.create.FileFactory
Creates the parent directories from the given file.
modifyFile(Path, FileChangeable) - Static method in class io.github.astrapi69.file.modify.ModifyFileExtensions
Modifies the input file line by line and writes the modification in the same file
modifyFile(Path, Charset, FileChangeable) - Static method in class io.github.astrapi69.file.modify.ModifyFileExtensions
Modifies the input file line by line and writes the modification in the same file
modifyFile(Path, Path, FileChangeable) - Static method in class io.github.astrapi69.file.modify.ModifyFileExtensions
Modifies the input file line by line and writes the modification in the new output file
modifyFile(Path, Path, Charset, FileChangeable) - Static method in class io.github.astrapi69.file.modify.ModifyFileExtensions
Modifies the input file line by line and writes the modification in the new output file.
ModifyFileExtensions - Class in io.github.astrapi69.file.modify
The class ModifyFileExtensions provides methods for modifying files
moveFile(File, File) - Static method in class io.github.astrapi69.file.rename.RenameFileExtensions
Moves the given source file to the destination Directory.

N

newBackupOf(File, Charset, Charset) - Static method in class io.github.astrapi69.file.copy.CopyFileExtensions
Creates a backup file in the same directory with the same name of the given file and with the extension of '*.bak'.
newDirectories(Path, FileAttribute<?>...) - Static method in class io.github.astrapi69.file.create.FileFactory
Creates a new directory from the given Path object and the optional FileAttribute.

Note: this method decorates the Files.createDirectories(Path, FileAttribute...) and returns if the directory is created or not.
newDirectories(Collection<File>) - Static method in class io.github.astrapi69.file.create.FileFactory
Creates the directories.
newDirectory(File) - Static method in class io.github.astrapi69.file.create.FileFactory
Creates a new directory from the given File object
newDirectory(File, String) - Static method in class io.github.astrapi69.file.create.FileFactory
Factory method for creating the new directory as File objects if it is not exists.
newDirectory(String) - Static method in class io.github.astrapi69.file.create.FileFactory
Factory method that creates a new File object, if the given boolean flag is true a new empty file will be created on the file system
newDirectory(String, String) - Static method in class io.github.astrapi69.file.create.FileFactory
Factory method for creating the new directory as File objects if it is not exists.
newDirectory(Path, FileAttribute<?>...) - Static method in class io.github.astrapi69.file.create.FileFactory
Creates a new directory from the given Path object and the optional FileAttribute.

Note: this method decorates the Files.createDirectory(Path, FileAttribute...) and returns if the directory is created or not.
newFile(File) - Static method in class io.github.astrapi69.file.create.FileFactory
Factory method that creates a new empty File if it is not exists, otherwise it lets the file as it is.
newFile(File, String) - Static method in class io.github.astrapi69.file.create.FileFactory
Factory method for creating the new File if it is not exists.
newFile(String) - Static method in class io.github.astrapi69.file.create.FileFactory
Factory method that creates a new File object, if the given boolean flag is true a new empty file will be created on the file system
newFile(String, boolean) - Static method in class io.github.astrapi69.file.create.FileFactory
Factory method that creates a new File object, if the given boolean flag is true a new empty file will be created on the file system
newFile(String, String) - Static method in class io.github.astrapi69.file.create.FileFactory
Factory method for creating the new File if it is not exists.
newFiles(Collection<File>) - Static method in class io.github.astrapi69.file.create.FileFactory
Creates all files contained in the collection as empty files if the files does not exists otherwise it lets the files as they are.

O

openFileReader(String) - Static method in class io.github.astrapi69.file.read.ReadFileExtensions
The Method openFileReader() opens a BufferedReader from the given file.
OS_ARCH_PROPERTY_KEY - Static variable in class io.github.astrapi69.file.system.SystemPropertiesExtensions
 
OS_NAME_PROPERTY_KEY - Static variable in class io.github.astrapi69.file.system.SystemPropertiesExtensions
 
OS_VERSION_PROPERTY_KEY - Static variable in class io.github.astrapi69.file.system.SystemPropertiesExtensions
 

P

PATH_SEPARATOR_PROPERTY_KEY - Static variable in class io.github.astrapi69.file.system.SystemPropertiesExtensions
 
PathFinder - Class in io.github.astrapi69.file.search
The class PathFinder is a helper class for getting source folders from maven projects.
PENDING - io.github.astrapi69.file.create.FileCreationState
This state signals that the file creation is pending

R

readDataFromCVSFileToList(File, int, boolean, String) - Static method in class io.github.astrapi69.file.csv.CsvFileExtensions
Reads from a csv-file the field from the given position and puts them to the List.
readDataFromCVSFileToList(File, int, boolean, String, String) - Static method in class io.github.astrapi69.file.csv.CsvFileExtensions
Reads from a csv-file the field from the given position and puts them to the List.
reader2String(Reader) - Static method in class io.github.astrapi69.file.read.ReadFileExtensions
The Method reader2String() reads the data from the Reader into a String.

Note: Reader will not be closed.
ReadFileExtensions - Class in io.github.astrapi69.file.read
The class ReadFileExtensions helps you reading files.
readFilelistToProperties(File) - Static method in class io.github.astrapi69.file.csv.CsvFileExtensions
Read filelist to properties.
readFileToBytearray(File) - Static method in class io.github.astrapi69.file.read.ReadFileExtensions
Get a byte array from the given file.
readFileToList(File) - Static method in class io.github.astrapi69.file.csv.CsvFileExtensions
Reads every line from the given File into a List and returns the List.
readFileToList(File, String) - Static method in class io.github.astrapi69.file.csv.CsvFileExtensions
Reads every line from the given File into a List and returns the List.
readFileToList(File, String, String) - Static method in class io.github.astrapi69.file.csv.CsvFileExtensions
Reads every line from the given File into a List of String arrays and returns the List.
readFromFile(File) - Static method in class io.github.astrapi69.file.read.ReadFileExtensions
The Method readFromFile() reads the filecontent to a String.
readFromFile(File, Charset) - Static method in class io.github.astrapi69.file.read.ReadFileExtensions
Read from file.
readHeadLine(String) - Static method in class io.github.astrapi69.file.read.ReadFileExtensions
The Method readHeadLine() opens the File and reads the first line from the file.
readLinesInList(File) - Static method in class io.github.astrapi69.file.read.ReadFileExtensions
Reads every line from the File and puts them to the List.
readLinesInList(File, boolean) - Static method in class io.github.astrapi69.file.read.ReadFileExtensions
Reads every line from the File and puts them to the List.
readLinesInList(File, String) - Static method in class io.github.astrapi69.file.csv.CsvFileExtensions
Reads every line from the File and puts them to the List.
readLinesInList(File, Charset) - Static method in class io.github.astrapi69.file.read.ReadFileExtensions
Reads every line from the File and puts them to the List.
readLinesInList(File, Charset, boolean) - Static method in class io.github.astrapi69.file.read.ReadFileExtensions
Reads every line from the File and puts them to the List.
readLinesInList(InputStream) - Static method in class io.github.astrapi69.file.read.ReadFileExtensions
Reads every line from the given InputStream and puts them to the List.
readLinesInList(InputStream, boolean) - Static method in class io.github.astrapi69.file.read.ReadFileExtensions
Reads every line from the given InputStream and puts them to the List.
readLinesInList(InputStream, Charset, boolean) - Static method in class io.github.astrapi69.file.read.ReadFileExtensions
Reads every line from the given InputStream and puts them to the List.
readPropertiesFromFile(String) - Static method in class io.github.astrapi69.file.read.ReadFileExtensions
The Method readFromFile(String) reads from the properties-file all Properties and saves them into a Properties-Object.
readSourceFileAndWriteDestFile(String, String) - Static method in class io.github.astrapi69.file.write.WriteFileExtensions
Writes the source file with the best performance to the destination file.
renameFile(File, File) - Static method in class io.github.astrapi69.file.rename.RenameFileExtensions
This method renames a given file.
renameFile(File, File, boolean) - Static method in class io.github.astrapi69.file.rename.RenameFileExtensions
This method renames a given file.
renameFile(File, String) - Static method in class io.github.astrapi69.file.rename.RenameFileExtensions
This method renames a given file.
RenameFileExtensions - Class in io.github.astrapi69.file.rename
The class RenameFileExtensions helps you to rename files or directories.
renameFileWithSystemtime(File) - Static method in class io.github.astrapi69.file.rename.RenameFileExtensions
Renames the given file and add to the filename the systemtime.

S

SearchFileAttributesBean - Class in io.github.astrapi69.file.search
The class SearchFileAttributesBean provides file attribute flags to ignore or not.
SearchFileAttributesBean(boolean, boolean, boolean, boolean, boolean) - Constructor for class io.github.astrapi69.file.search.SearchFileAttributesBean
 
SearchFileAttributesBean.SearchFileAttributesBeanBuilder - Class in io.github.astrapi69.file.search
 
setAbsolutePathEquality(Boolean) - Method in interface io.github.astrapi69.file.compare.api.IFileCompareResultBean
Sets the absolute path equality.
setAbsolutePathEquality(Boolean) - Method in class io.github.astrapi69.file.compare.FileCompareResultBean
 
setColumnTypes(String[]) - Method in class io.github.astrapi69.file.csv.CsvBean
 
setColumnTypesEdit(String[]) - Method in class io.github.astrapi69.file.csv.CsvBean
 
setCompare(File) - Method in class io.github.astrapi69.file.compare.FileCompareResultBean
 
setCompressionMethod(int) - Method in interface io.github.astrapi69.file.zip.ZipModel
Sets the field compressionMethod.
setCompressionMethod(int) - Method in class io.github.astrapi69.file.zip.Zipper
 
setContentEquality(boolean) - Method in interface io.github.astrapi69.file.compare.api.IFileContentResultBean
Sets the content equality.
setContentEquality(boolean) - Method in class io.github.astrapi69.file.compare.FileContentResultBean
Sets the content equality.
setDirectoryToZip(File) - Method in interface io.github.astrapi69.file.zip.ZipModel
Sets the field directoryToZip.
setDirectoryToZip(File) - Method in class io.github.astrapi69.file.zip.Zipper
 
setDirToStart(String) - Method in interface io.github.astrapi69.file.zip.ZipModel
Sets the field dirToStart.
setDirToStart(String) - Method in class io.github.astrapi69.file.zip.Zipper
 
setFileCounter(int) - Method in interface io.github.astrapi69.file.zip.ZipModel
Sets the field fileCounter.
setFileCounter(int) - Method in class io.github.astrapi69.file.zip.Zipper
 
setFileExtensionEquality(Boolean) - Method in interface io.github.astrapi69.file.compare.api.IFileCompareResultBean
Sets the file extension equality.
setFileExtensionEquality(Boolean) - Method in class io.github.astrapi69.file.compare.FileCompareResultBean
Sets the file extension equality.
setFileFilter(FilenameFilter) - Method in interface io.github.astrapi69.file.zip.ZipModel
Sets the field fileFilter.
setFileFilter(FilenameFilter) - Method in class io.github.astrapi69.file.zip.Zipper
 
setFileLength(long) - Method in interface io.github.astrapi69.file.zip.ZipModel
Sets the field fileLength.
setFileLength(long) - Method in class io.github.astrapi69.file.zip.Zipper
 
setHeaders(String[]) - Method in class io.github.astrapi69.file.csv.CsvBean
 
setLastModifiedEquality(Boolean) - Method in interface io.github.astrapi69.file.compare.api.IFileCompareResultBean
Sets the last modified equality.
setLastModifiedEquality(Boolean) - Method in class io.github.astrapi69.file.compare.FileCompareResultBean
Sets the last modified equality.
setLengthEquality(Boolean) - Method in interface io.github.astrapi69.file.compare.api.IFileCompareResultBean
Sets the length equality.
setLengthEquality(Boolean) - Method in class io.github.astrapi69.file.compare.FileCompareResultBean
Sets the length equality.
setLineOrder(Map<Integer, Integer>) - Method in class io.github.astrapi69.file.csv.CsvBean
 
setLines(List<String[]>) - Method in class io.github.astrapi69.file.csv.CsvBean
 
setNameEquality(Boolean) - Method in interface io.github.astrapi69.file.compare.api.IFileCompareResultBean
Sets the name equality.
setNameEquality(Boolean) - Method in class io.github.astrapi69.file.compare.FileCompareResultBean
Sets the name equality.
setSource(File) - Method in class io.github.astrapi69.file.compare.FileCompareResultBean
 
setToDir(File) - Method in class io.github.astrapi69.file.zip.Unzipper
 
setZipFile(File) - Method in interface io.github.astrapi69.file.zip.ZipModel
Sets the field zipFile.
setZipFile(File) - Method in class io.github.astrapi69.file.zip.Zipper
 
setZipFile(ZipFile) - Method in class io.github.astrapi69.file.zip.Unzipper
 
setZipFileComment(String) - Method in interface io.github.astrapi69.file.zip.ZipModel
Sets the field zipFileComment.
setZipFileComment(String) - Method in class io.github.astrapi69.file.zip.Zipper
 
setZipFileName(String) - Method in interface io.github.astrapi69.file.zip.ZipModel
Sets the field zipFileName.
setZipFileName(String) - Method in class io.github.astrapi69.file.zip.Zipper
 
setZipFileObj(ZipFile) - Method in interface io.github.astrapi69.file.zip.ZipModel
Sets the field zipFileObj.
setZipFileObj(ZipFile) - Method in class io.github.astrapi69.file.zip.Zipper
 
setZipLevel(int) - Method in interface io.github.astrapi69.file.zip.ZipModel
Sets the field zipLevel.
setZipLevel(int) - Method in class io.github.astrapi69.file.zip.Zipper
 
SIGNATURE - io.github.astrapi69.file.zip.ZipState
The SIGNATURE.
SimpleCompareFileExtensions - Class in io.github.astrapi69.file.compare
simpleCompareFiles(File, File) - Static method in class io.github.astrapi69.file.compare.CompareFileExtensions
Simple comparing the given files.
sort(File, Comparator<String>, String) - Static method in class io.github.astrapi69.file.sort.SortFileExtensions
Sort the file content from the given File.
sortData(File, String) - Static method in class io.github.astrapi69.file.csv.CsvFileExtensions
Read an csv-file and puts them in a String-array.
SortFileExtensions - Class in io.github.astrapi69.file.sort
The class SortFileExtensions provides algorithms for sort file content.
source - Variable in class io.github.astrapi69.file.compare.FileCompareResultBean
The source file.
SOURCE_FOLDER_SRC_MAIN_JAVA - Static variable in class io.github.astrapi69.file.search.PathFinder
The Constant SOURCE_FOLDER_SRC_MAIN_JAVA keeps the relative path for the source folder 'src/main/java' in maven projects.
SOURCE_FOLDER_SRC_MAIN_RESOURCES - Static variable in class io.github.astrapi69.file.search.PathFinder
The Constant SOURCE_FOLDER_SRC_MAIN_RESOURCES keeps the relative path for the source folder 'src/main/resources' in maven projects.
SOURCE_FOLDER_SRC_MAIN_WEBAPP - Static variable in class io.github.astrapi69.file.search.PathFinder
The Constant SOURCE_FOLDER_SRC_MAIN_WEBAPP keeps the relative path for the source folder 'src/main/webapp' in maven projects.
SOURCE_FOLDER_SRC_TEST_JAVA - Static variable in class io.github.astrapi69.file.search.PathFinder
The Constant SOURCE_FOLDER_SRC_TEST_JAVA keeps the relative path for the source folder 'src/test/java' in maven projects.
SOURCE_FOLDER_SRC_TEST_RESOURCES - Static variable in class io.github.astrapi69.file.search.PathFinder
The Constant SOURCE_FOLDER_SRC_TEST_RESOURCES keeps the relative path for the source folder 'src/test/resources' in maven projects.
storeByteArrayToFile(byte[], File) - Static method in class io.github.astrapi69.file.write.WriteFileExtensions
Saves a byte array to the given file.
storeFilelistToProperties(File, File, String) - Static method in class io.github.astrapi69.file.csv.CsvFileExtensions
Stores a komma seperated file to a properties object.
string2File(File, String) - Static method in class io.github.astrapi69.file.write.WriteFileExtensions
The Method string2File(File, String) writes the String to the File.
string2File(File, String, String) - Static method in class io.github.astrapi69.file.write.WriteFileExtensions
The Method string2File(File, String) writes the String to the File.
string2File(String, String) - Static method in class io.github.astrapi69.file.write.WriteFileExtensions
The Method string2File() writes a String to the file.
SystemFileExtensions - Class in io.github.astrapi69.file.system
The class SystemFileExtensions provide methods for get system or user files.
SystemPropertiesExtensions - Class in io.github.astrapi69.file.system
The class SystemPropertiesExtensions provide methods for get the common system properties
SystemPropertiesExtensions() - Constructor for class io.github.astrapi69.file.system.SystemPropertiesExtensions
 

T

TAIL - io.github.astrapi69.file.zip.ZipState
The TAIL.
toBuilder() - Method in class io.github.astrapi69.file.csv.CsvBean
 
toBuilder() - Method in class io.github.astrapi69.file.search.SearchFileAttributesBean
 
toBuilder() - Method in class io.github.astrapi69.file.zip.Unzipper
 
toBuilder() - Method in class io.github.astrapi69.file.zip.Zipper
 
toByteArray(File) - Static method in class io.github.astrapi69.file.read.ReadFileExtensions
Get a byte array from the given file.
toByteArray(InputStream) - Static method in class io.github.astrapi69.file.read.ReadFileExtensions
Get a byte array from the given InputStream.
toDir(File) - Method in class io.github.astrapi69.file.zip.Unzipper.UnzipperBuilder
 
toString() - Method in class io.github.astrapi69.file.compare.FileCompareResultBean
 
toString() - Method in class io.github.astrapi69.file.compare.FileContentResultBean
 
toString() - Method in class io.github.astrapi69.file.csv.CsvBean.CsvBeanBuilder
 
toString() - Method in class io.github.astrapi69.file.csv.CsvBean
 
toString() - Method in class io.github.astrapi69.file.search.SearchFileAttributesBean.SearchFileAttributesBeanBuilder
 
toString() - Method in class io.github.astrapi69.file.search.SearchFileAttributesBean
 
toString() - Method in class io.github.astrapi69.file.zip.Unzipper
 
toString() - Method in class io.github.astrapi69.file.zip.Unzipper.UnzipperBuilder
 
toString() - Method in class io.github.astrapi69.file.zip.Zipper
 
toString() - Method in class io.github.astrapi69.file.zip.Zipper.ZipperBuilder
 

U

unzip() - Method in class io.github.astrapi69.file.zip.Unzipper
Unzip.
unzip(ZipFile, File) - Method in class io.github.astrapi69.file.zip.Unzipper
Unzip.
unzip(ZipFile, File) - Static method in class io.github.astrapi69.file.zip.ZipExtensions
Unzip.
Unzipper - Class in io.github.astrapi69.file.zip
The class Unzipper
Unzipper() - Constructor for class io.github.astrapi69.file.zip.Unzipper
 
Unzipper(File, ZipFile) - Constructor for class io.github.astrapi69.file.zip.Unzipper
 
Unzipper(ZipFile, File) - Constructor for class io.github.astrapi69.file.zip.Unzipper
Instantiates a new unzipper.
Unzipper.UnzipperBuilder - Class in io.github.astrapi69.file.zip
 
USER_DIR_PROPERTY_KEY - Static variable in class io.github.astrapi69.file.system.SystemPropertiesExtensions
 
USER_HOME_PROPERTY_KEY - Static variable in class io.github.astrapi69.file.system.SystemPropertiesExtensions
 
USER_NAME_PROPERTY_KEY - Static variable in class io.github.astrapi69.file.system.SystemPropertiesExtensions
 

V

validateEquality(IFileCompareResultBean) - Static method in class io.github.astrapi69.file.compare.CompareFileExtensions
Validates the files encapsulated in the IFileCompareResultBean for simple equality.
validateEquality(IFileContentResultBean) - Static method in class io.github.astrapi69.file.compare.CompareFileExtensions
Validates the files encapsulated in the IFileCompareResultBean for total equality.
valueOf(String) - Static method in enum io.github.astrapi69.file.create.FileCreationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.github.astrapi69.file.zip.ZipErrorCodes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.github.astrapi69.file.zip.ZipState
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.github.astrapi69.file.create.FileCreationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.github.astrapi69.file.zip.ZipErrorCodes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.github.astrapi69.file.zip.ZipState
Returns an array containing the constants of this enum type, in the order they are declared.
VELOCITY_TEMPLATE_FILE_EXTENSION - Static variable in class io.github.astrapi69.file.FileExtensions
The Constant VELOCITY_TEMPLATE_FILE_EXTENSION.

W

write(InputStream, OutputStream) - Static method in class io.github.astrapi69.file.write.WriteFileExtensions
Writes the given input stream to the output stream.
write2File(Reader, Writer) - Static method in class io.github.astrapi69.file.write.WriteFileExtensions
The Method write2File() reads from an opened Reader and writes it to the opened Writer.
write2File(String, Writer) - Static method in class io.github.astrapi69.file.write.WriteFileExtensions
The Method write2File() writes the File into the PrintWriter.
write2File(String, String) - Static method in class io.github.astrapi69.file.write.WriteFileExtensions
The Method write2File(String, String) copys a file from one filename to another.
write2FileWithBuffer(String, String) - Static method in class io.github.astrapi69.file.write.WriteFileExtensions
The Method write2FileWithBuffer() copy the content from one file to another.
writeByteArrayToFile(File, byte[]) - Static method in class io.github.astrapi69.file.write.WriteFileExtensions
Writes the given byte array to the given file.
writeByteArrayToFile(String, byte[]) - Static method in class io.github.astrapi69.file.write.WriteFileExtensions
Writes the given byte array to a file.
WriteFileExtensions - Class in io.github.astrapi69.file.write
The class WriteFileExtensions provides methods for writing in files.
writeLines(File, Set<String>, String) - Static method in class io.github.astrapi69.file.csv.CsvFileExtensions
Writes the toString() value of each item in a collection to the specified File line by line.
writeLinesToFile(File, List<String>, String) - Static method in class io.github.astrapi69.file.write.WriteFileExtensions
Writes the input from the collection into the file.
writeLinesToFile(Collection<String>, File) - Static method in class io.github.astrapi69.file.write.WriteFileExtensions
Writes the input from the collection into the file.
writeLinesToFile(Collection<String>, File, String) - Static method in class io.github.astrapi69.file.csv.CsvFileExtensions
Writes all the String-object in the collection into the given file.
writeLinesToFile(Collection<String>, File, String) - Static method in class io.github.astrapi69.file.write.WriteFileExtensions
Writes the input from the collection into the file.
writeProperties2File(String, Properties) - Static method in class io.github.astrapi69.file.write.WriteFileExtensions
The Method writeProperties2File(String, Properties) writes the Properties to the file.
writeStringToFile(File, String, String) - Static method in class io.github.astrapi69.file.write.WriteFileExtensions
The Method writeStringToFile(File, String, String) writes the String to the File.

Z

zip() - Method in class io.github.astrapi69.file.zip.Zipper
Zip the given files of this object
zip(File, File) - Static method in class io.github.astrapi69.file.zip.ZipExtensions
Zip the given file.
zip(File, File, FilenameFilter) - Static method in class io.github.astrapi69.file.zip.ZipExtensions
Zip the given file.
zip(File, File, FilenameFilter, boolean) - Static method in class io.github.astrapi69.file.zip.ZipExtensions
Zip the given file.
ZIP_FILE_DOES_NOT_EXIST - io.github.astrapi69.file.zip.ZipErrorCodes
 
Zip4jExtensions - Class in io.github.astrapi69.file.zip
The class Zip4jExtensions.
ZipErrorCodes - Enum in io.github.astrapi69.file.zip
 
ZipExtensions - Class in io.github.astrapi69.file.zip
The class ZipExtensions provides functionality for ziping and unzipping files.
zipFile(File) - Method in class io.github.astrapi69.file.zip.Zipper.ZipperBuilder
 
zipFile(ZipFile) - Method in class io.github.astrapi69.file.zip.Unzipper.UnzipperBuilder
 
zipFileComment(String) - Method in class io.github.astrapi69.file.zip.Zipper.ZipperBuilder
 
zipFileName(String) - Method in class io.github.astrapi69.file.zip.Zipper.ZipperBuilder
 
zipFileObj(ZipFile) - Method in class io.github.astrapi69.file.zip.Zipper.ZipperBuilder
 
zipFiles(File, File, FileFilter...) - Static method in class io.github.astrapi69.file.zip.ZipExtensions
Zip files.
zipFiles(ZipFile, File...) - Static method in class io.github.astrapi69.file.zip.Zip4jExtensions
Adds a file or several files to the given zip file with the parameters Zip4jConstants.COMP_DEFLATE for the compression method and Zip4jConstants.DEFLATE_LEVEL_NORMAL as the compression level.
zipFiles(ZipFile, CompressionMethod, CompressionLevel, File...) - Static method in class io.github.astrapi69.file.zip.Zip4jExtensions
Adds a file or several files to the given zip file with the given parameters for the compression method and the compression level.
zipFiles(ZipFile, ZipParameters, File...) - Static method in class io.github.astrapi69.file.zip.Zip4jExtensions
Adds the given file(s) to the given zip file.
zipFiles(ZipFile, ZipParameters, File, Predicate<File>) - Static method in class io.github.astrapi69.file.zip.Zip4jExtensions
Adds the given file(s) to the given zip file.
zipFiles(ZipFile, ZipParameters, List<File>) - Static method in class io.github.astrapi69.file.zip.Zip4jExtensions
Adds the given file(s) to the given zip file.
zipLevel(int) - Method in class io.github.astrapi69.file.zip.Zipper.ZipperBuilder
 
ZipModel - Interface in io.github.astrapi69.file.zip
The Interface ZipModel.
Zipper - Class in io.github.astrapi69.file.zip
The class Zipper
Zipper() - Constructor for class io.github.astrapi69.file.zip.Zipper
Instantiates a new Zipper object
Zipper(int, File, String, int, FilenameFilter, long, File, String, String, ZipFile, int) - Constructor for class io.github.astrapi69.file.zip.Zipper
Instantiates a new Zipper object
Zipper(File, File) - Constructor for class io.github.astrapi69.file.zip.Zipper
Instantiates a new Zipper object
Zipper(File, File, FilenameFilter) - Constructor for class io.github.astrapi69.file.zip.Zipper
Instantiates a new Zipper object
Zipper.ZipperBuilder - Class in io.github.astrapi69.file.zip
 
ZipState - Enum in io.github.astrapi69.file.zip
The enum ZipState provides flags for the encryption and decryption of zip files.
A B C D E F G H I J L M N O P R S T U V W Z 
All Classes All Packages