Skip navigation links
A B C D E F G H I K L M N O P R S T U V W Z 

A

appendSystemtimeToFilename(File) - Static method in class de.alpharogroup.file.rename.RenameFileExtensions
Returns the filename from the given file with the systemtime.
appendSystemtimeToFilename(File, Date) - Static method in class de.alpharogroup.file.rename.RenameFileExtensions
Returns the filename from the given file with the systemtime.

B

BACKSLASH - Static variable in class de.alpharogroup.file.FileConst
Constant for the slash. current value:"\"
BLOCKSIZE - Static variable in class de.alpharogroup.file.FileConst
Constant for the blocksize. current value:8192
build() - Method in class de.alpharogroup.file.csv.CsvBean.CsvBeanBuilder
 
build() - Method in class de.alpharogroup.file.search.SearchFileAttributesBean.SearchFileAttributesBeanBuilder
 
build() - Method in class de.alpharogroup.file.zip.Unzipper.UnzipperBuilder
 
build() - Method in class de.alpharogroup.file.zip.Zipper.ZipperBuilder
 
builder() - Static method in class de.alpharogroup.file.csv.CsvBean
 
builder() - Static method in class de.alpharogroup.file.search.SearchFileAttributesBean
 
builder() - Static method in class de.alpharogroup.file.zip.Unzipper
 
builder() - Static method in class de.alpharogroup.file.zip.Zipper
 

C

canEqual(Object) - Method in class de.alpharogroup.file.compare.FileCompareResultBean
 
canEqual(Object) - Method in class de.alpharogroup.file.compare.FileContentResultBean
 
canEqual(Object) - Method in class de.alpharogroup.file.search.SearchFileAttributesBean
 
changeAllFilenameSuffix(File, String, String) - Static method in class de.alpharogroup.file.rename.RenameFileExtensions
Changes all the Filenames with the new Suffix recursively.
changeAllFilenameSuffix(File, String, String, boolean) - Static method in class de.alpharogroup.file.rename.RenameFileExtensions
Changes all the Filenames with the new Suffix recursively.
changeFilenameSuffix(File, String) - Static method in class de.alpharogroup.file.rename.RenameFileExtensions
Changes the suffix from the Filename.
changeFilenameSuffix(File, String, boolean) - Static method in class de.alpharogroup.file.rename.RenameFileExtensions
Changes the suffix from the Filename.
checkFile(File) - Static method in class de.alpharogroup.file.delete.DeleteFileExtensions
Checks the File if it is a directory or if its exists or if it is empty.
clone() - Method in class de.alpharogroup.file.csv.CsvBean
columnTypes(String[]) - Method in class de.alpharogroup.file.csv.CsvBean.CsvBeanBuilder
 
columnTypesEdit(String[]) - Method in class de.alpharogroup.file.csv.CsvBean.CsvBeanBuilder
 
compare(IFileCompareResultBean, boolean, boolean, boolean, boolean, boolean) - Static method in class de.alpharogroup.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 de.alpharogroup.file.compare.CompareFileExtensions
Sets the flags in the FileContentResultBean object according to the given boolean flag what to ignore.
compare - Variable in class de.alpharogroup.file.compare.FileCompareResultBean
The compare file.
compareFileContentByBytes(File, File) - Static method in class de.alpharogroup.file.compare.CompareFileExtensions
Compare file content for every single byte.
compareFileContentByLines(File, File) - Static method in class de.alpharogroup.file.compare.CompareFileExtensions
Compare file content by lines.
CompareFileExtensions - Class in de.alpharogroup.file.compare
The class CompareFileExtensions helps you to compare files.
compareFiles(File, File) - Static method in class de.alpharogroup.file.compare.CompareFileExtensions
Compare files.
compareFiles(File, File, boolean) - Static method in class de.alpharogroup.file.compare.CompareFileExtensions
Compare files.
compareFiles(File, File, boolean, boolean, boolean, boolean, boolean) - Static method in class de.alpharogroup.file.compare.CompareFileExtensions
Compare files.
compareFiles(File, File, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class de.alpharogroup.file.compare.CompareFileExtensions
Compare files.
compareFilesByAbsolutePath(File, File) - Static method in class de.alpharogroup.file.compare.SimpleCompareFileExtensions
Compare files by absolute path.
compareFilesByChecksum(File, File, Algorithm) - Static method in class de.alpharogroup.file.compare.SimpleCompareFileExtensions
Compare files by checksum with the algorithm Adler32.
compareFilesByChecksumAdler32(File, File) - Static method in class de.alpharogroup.file.compare.SimpleCompareFileExtensions
Compare files by checksum with the algorithm Adler32.
compareFilesByChecksumCRC32(File, File) - Static method in class de.alpharogroup.file.compare.SimpleCompareFileExtensions
Compare files by checksum with the algorithm CRC32.
compareFilesByContent(File, File) - Static method in class de.alpharogroup.file.compare.SimpleCompareFileExtensions
Compare files by content.
compareFilesByExtension(File, File) - Static method in class de.alpharogroup.file.compare.SimpleCompareFileExtensions
Compare files by extension.
compareFilesByLastModified(File, File) - Static method in class de.alpharogroup.file.compare.SimpleCompareFileExtensions
Compare files by last modified.
compareFilesByLength(File, File) - Static method in class de.alpharogroup.file.compare.SimpleCompareFileExtensions
Compare files by length.
compareFilesByName(File, File) - Static method in class de.alpharogroup.file.compare.SimpleCompareFileExtensions
Compare files by name.
completeCompare(IFileCompareResultBean) - Static method in class de.alpharogroup.file.compare.CompareFileExtensions
Completes the compare from the files encapsulated in the FileCompareResultBean.
compressionMethod(int) - Method in class de.alpharogroup.file.zip.Zipper.ZipperBuilder
 
containsFile(File, File) - Static method in class de.alpharogroup.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 de.alpharogroup.file.search.FileSearchExtensions
Checks if the given file contains in the parent file.
containsFileRecursive(File, File) - Static method in class de.alpharogroup.file.search.FileSearchExtensions
Checks if the given file contains only in the parent file recursively.
copyDirectory(File, File) - Static method in class de.alpharogroup.file.copy.CopyFileExtensions
Copies the given source directory to the given destination directory.
copyDirectory(File, File, boolean) - Static method in class de.alpharogroup.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 de.alpharogroup.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 de.alpharogroup.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 de.alpharogroup.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 de.alpharogroup.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 de.alpharogroup.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 de.alpharogroup.file.copy.CopyFileExtensions
Copies the given source file to the given destination file.
copyFile(File, File, boolean) - Static method in class de.alpharogroup.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 de.alpharogroup.file.copy.CopyFileExtensions
Copies the given source file to the given destination file with the given source encodings and destination encodings.
CopyFileExtensions - Class in de.alpharogroup.file.copy
The class CopyFileExtensions helps you to copy files or directories.
copyFiles(List<File>, File, Charset, Charset, boolean) - Static method in class de.alpharogroup.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 de.alpharogroup.file.copy.CopyFileExtensions
Copies the given source file to the given destination directory.
copyFileToDirectory(File, File, boolean) - Static method in class de.alpharogroup.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 de.alpharogroup.file.search.FileSearchExtensions
Counts all the files in a directory recursively.
CsvBean - Class in de.alpharogroup.file.csv
The class CsvBean.
CsvBean() - Constructor for class de.alpharogroup.file.csv.CsvBean
 
CsvBean(String[], String[], List<String[]>) - Constructor for class de.alpharogroup.file.csv.CsvBean
Instantiates a new CsvBean object.
CsvBean(String[], String[], String[], List<String[]>) - Constructor for class de.alpharogroup.file.csv.CsvBean
Instantiates a new CsvBean object.
CsvBean(String[], String[], String[], Map<Integer, Integer>, List<String[]>) - Constructor for class de.alpharogroup.file.csv.CsvBean
 
CsvBean.CsvBeanBuilder - Class in de.alpharogroup.file.csv
 
CsvFileExtensions - Class in de.alpharogroup.file.csv
Utility class for the use of cvs-files.
CsvToSqlExtensions - Class in de.alpharogroup.file.csv

D

de.alpharogroup.file - package de.alpharogroup.file
This package contains helper classes for handling File objects.
de.alpharogroup.file.compare - package de.alpharogroup.file.compare
Provides classes for comparison of files or directories
de.alpharogroup.file.compare.api - package de.alpharogroup.file.compare.api
Provides interfaces for comparison from files or directories
de.alpharogroup.file.copy - package de.alpharogroup.file.copy
Provides classes for copying of files or directories.
de.alpharogroup.file.create - package de.alpharogroup.file.create
Provides classes for creating files or directories.
de.alpharogroup.file.csv - package de.alpharogroup.file.csv
Provides classes for manipulation from cvs files.
de.alpharogroup.file.delete - package de.alpharogroup.file.delete
Provides classes for deletion of files or directories.
de.alpharogroup.file.exceptions - package de.alpharogroup.file.exceptions
Provides exception classes for possible exceptions that can be thrown by file operations.
de.alpharogroup.file.modify - package de.alpharogroup.file.modify
Provides classes for modification of files or directories
de.alpharogroup.file.modify.api - package de.alpharogroup.file.modify.api
Provides interfaces for modification of files or directories
de.alpharogroup.file.read - package de.alpharogroup.file.read
Provides classes for reading files.
de.alpharogroup.file.rename - package de.alpharogroup.file.rename
Provides classes for renaming files or directories.
de.alpharogroup.file.search - package de.alpharogroup.file.search
Provides classes for searching files or directories.
de.alpharogroup.file.sort - package de.alpharogroup.file.sort
Provides classes for sort the lines of files with the given comparator
de.alpharogroup.file.system - package de.alpharogroup.file.system
 
de.alpharogroup.file.write - package de.alpharogroup.file.write
Provides classes for writing data in files or directories.
de.alpharogroup.file.zip - package de.alpharogroup.file.zip
Provides classes for zipping and unzipping zip files.
delete(Collection<File>) - Static method in class de.alpharogroup.file.delete.DeleteFileExtensions
Tries to delete all given files in the list.
delete(File) - Static method in class de.alpharogroup.file.delete.DeleteFileExtensions
Tries to delete a file and if its a directory than its deletes all the sub-directories.
deleteAllFiles(File) - Static method in class de.alpharogroup.file.delete.DeleteFileExtensions
Deletes the File and if it is an directory it deletes his sub-directories recursively.
deleteAllFilesWithSuffix(File, String) - Static method in class de.alpharogroup.file.delete.DeleteFileExtensions
Deletes all files with the given suffix recursively.
deleteFile(File) - Static method in class de.alpharogroup.file.delete.DeleteFileExtensions
Tries to delete the given file.
DeleteFileExtensions - Class in de.alpharogroup.file.delete
The class DeleteFileExtensions helps you delete files.
deleteFiles(File) - Static method in class de.alpharogroup.file.delete.DeleteFileExtensions
Tries to delete all files in the Directory.
deleteFilesWithFileFilter(File, FileFilter) - Static method in class de.alpharogroup.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 de.alpharogroup.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 de.alpharogroup.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 de.alpharogroup.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.
DirectoryAlreadyExistsException - Exception in de.alpharogroup.file.exceptions
Exception that is thrown if an attempt is made to create a directory that already exists
DirectoryAlreadyExistsException() - Constructor for exception de.alpharogroup.file.exceptions.DirectoryAlreadyExistsException
 
DirectoryAlreadyExistsException(String) - Constructor for exception de.alpharogroup.file.exceptions.DirectoryAlreadyExistsException
Constructs a new DirectoryAlreadyExistsException with the specified detail message.
DirectoryAlreadyExistsException(String, Throwable) - Constructor for exception de.alpharogroup.file.exceptions.DirectoryAlreadyExistsException
Constructs a new DirectoryAlreadyExistsException with the specified detail message and the Throwable.
DirectoryAlreadyExistsException(Throwable) - Constructor for exception de.alpharogroup.file.exceptions.DirectoryAlreadyExistsException
Constructs a DirectoryAlreadyExistsException with the Throwable.
DirectoryCannotBeCreatedException - Exception in de.alpharogroup.file.exceptions
Exception to be thrown if the directory cannot be created.
DirectoryCannotBeCreatedException() - Constructor for exception de.alpharogroup.file.exceptions.DirectoryCannotBeCreatedException
Instantiates a new directory cannot be created exception.
DirectoryCannotBeCreatedException(String) - Constructor for exception de.alpharogroup.file.exceptions.DirectoryCannotBeCreatedException
Instantiates a new directory cannot be created exception.
DirectoryCannotBeCreatedException(String, Throwable) - Constructor for exception de.alpharogroup.file.exceptions.DirectoryCannotBeCreatedException
Instantiates a new directory cannot be created exception.
DirectoryCannotBeCreatedException(Throwable) - Constructor for exception de.alpharogroup.file.exceptions.DirectoryCannotBeCreatedException
Instantiates a new directory cannot be created exception.
DirectoryCannotBeWrittenException - Exception in de.alpharogroup.file.exceptions
Exception to be thrown if the directory cannot be created.
DirectoryCannotBeWrittenException() - Constructor for exception de.alpharogroup.file.exceptions.DirectoryCannotBeWrittenException
Instantiates a new directory cannot be created exception.
DirectoryCannotBeWrittenException(String) - Constructor for exception de.alpharogroup.file.exceptions.DirectoryCannotBeWrittenException
Instantiates a new directory cannot be created exception.
DirectoryCannotBeWrittenException(String, Throwable) - Constructor for exception de.alpharogroup.file.exceptions.DirectoryCannotBeWrittenException
Instantiates a new directory cannot be created exception.
DirectoryCannotBeWrittenException(Throwable) - Constructor for exception de.alpharogroup.file.exceptions.DirectoryCannotBeWrittenException
Instantiates a new directory cannot be created exception.
DirectoryHasNoContentException - Exception in de.alpharogroup.file.exceptions
Exception if the directory has no content.
DirectoryHasNoContentException() - Constructor for exception de.alpharogroup.file.exceptions.DirectoryHasNoContentException
Default constructor.
DirectoryHasNoContentException(String) - Constructor for exception de.alpharogroup.file.exceptions.DirectoryHasNoContentException
Constructs a new DirectoryHasNoContentException with the specified detail message.
DirectoryHasNoContentException(String, Throwable) - Constructor for exception de.alpharogroup.file.exceptions.DirectoryHasNoContentException
Constructs a new DirectoryHasNoContentException with the specified detail message and the Throwable.
DirectoryHasNoContentException(Throwable) - Constructor for exception de.alpharogroup.file.exceptions.DirectoryHasNoContentException
Constructs a DirectoryHasNoContentException with the Throwable.
directoryToZip(File) - Method in class de.alpharogroup.file.zip.Zipper.ZipperBuilder
 
dirToStart(String) - Method in class de.alpharogroup.file.zip.Zipper.ZipperBuilder
 
DOT - Static variable in class de.alpharogroup.file.FileConst
Constant for the dot. current value:"."
DOUBLEDOT - Static variable in class de.alpharogroup.file.FileConst
Constant for the dot. current value:":"
download(URI) - Static method in class de.alpharogroup.file.FileExtensions
Downloads Data from the given URI.

E

equals(Object) - Method in class de.alpharogroup.file.compare.FileCompareResultBean
 
equals(Object) - Method in class de.alpharogroup.file.compare.FileContentResultBean
 
equals(Object) - Method in class de.alpharogroup.file.csv.CsvBean
equals(Object) - Method in class de.alpharogroup.file.search.SearchFileAttributesBean
 
extract(ZipFile, File, String) - Static method in class de.alpharogroup.file.zip.Zip4jExtensions
Extract.
extractSqlColumns(String[]) - Static method in class de.alpharogroup.file.csv.CsvToSqlExtensions
Extract sql columns.
extractZipEntry(ZipFile, ZipEntry, File) - Method in class de.alpharogroup.file.zip.Unzipper
Extract zip entry.
extractZipEntry(ZipFile, ZipEntry, File) - Static method in class de.alpharogroup.file.zip.ZipExtensions
Extract zip entry.

F

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

G

GeneratorExtensions - Class in de.alpharogroup.file
getAbsolutePath(File, boolean) - Static method in class de.alpharogroup.file.search.PathFinder
Gets the absolute path.
getAbsolutePathEquality() - Method in interface de.alpharogroup.file.compare.api.IFileCompareResultBean
Gets the absolute path equality.
getAbsolutePathEquality() - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Gets the absolute path equality.
getAbsolutPathWithoutFilename(File) - Static method in class de.alpharogroup.file.FileExtensions
Gets the absolut path without the filename.
getAllFilesFromDir(File) - Static method in class de.alpharogroup.file.search.FileSearchExtensions
Gets the all files from directory.
getAllFilesFromDirRecursive(File) - Static method in class de.alpharogroup.file.search.FileSearchExtensions
Gets all the files from directory recursive.
getColumnTypes() - Method in class de.alpharogroup.file.csv.CsvBean
 
getColumnTypesEdit() - Method in class de.alpharogroup.file.csv.CsvBean
 
getCompressionMethod() - Method in interface de.alpharogroup.file.zip.ZipModel
Returns the field compressionMethod.
getCompressionMethod() - Method in class de.alpharogroup.file.zip.Zipper
 
getContentEquality() - Method in interface de.alpharogroup.file.compare.api.IFileContentResultBean
Gets the content equality.
getContentEquality() - Method in class de.alpharogroup.file.compare.FileContentResultBean
Gets the content equality.
getCsvFileAsSqlInsertScript(String, CsvBean) - Static method in class de.alpharogroup.file.csv.CsvToSqlExtensions
Gets the csv file as sql insert script.
getCsvFileAsSqlInsertScript(String, CsvBean, boolean, boolean) - Static method in class de.alpharogroup.file.csv.CsvToSqlExtensions
Gets the csv file as sql insert script.
getCsvFileAsSqlInsertScript(String, String[], String[], List<String[]>) - Static method in class de.alpharogroup.file.csv.CsvToSqlExtensions
Gets the csv file as sql insert script.
getCsvFileAsSqlInsertScript(String, String[], String[], String[], List<String[]>) - Static method in class de.alpharogroup.file.csv.CsvToSqlExtensions
Gets the csv file as sql insert script.
getCurrentAbsolutPathWithoutDotAndSlash() - Static method in class de.alpharogroup.file.FileExtensions
Gets the current absolut path without the dot and slash.
getCvsAsListMap(File) - Static method in class de.alpharogroup.file.csv.CsvFileExtensions
Gets the given cvs file as list of maps.
getCvsAsListMap(File, String) - Static method in class de.alpharogroup.file.csv.CsvFileExtensions
Gets the given cvs file as list of maps.
getDataFromLine(String, String) - Static method in class de.alpharogroup.file.csv.CsvFileExtensions
Gets the data from line.
getDataFromLine(String, String, boolean) - Static method in class de.alpharogroup.file.csv.CsvFileExtensions
Gets the data from line.
getDataFromLine(String, String) - Static method in class de.alpharogroup.file.csv.CsvToSqlExtensions
Gets the data from line.
getDirectoryToZip() - Method in interface de.alpharogroup.file.zip.ZipModel
Returns the field directoryToZip.
getDirectoryToZip() - Method in class de.alpharogroup.file.zip.Zipper
 
getDirToStart() - Method in interface de.alpharogroup.file.zip.ZipModel
Returns the field dirToStart.
getDirToStart() - Method in class de.alpharogroup.file.zip.Zipper
 
getFilecontentAsByteObjectArray(File) - Static method in class de.alpharogroup.file.read.ReadFileExtensions
Get a Byte array from the given file.
getFileCounter() - Method in interface de.alpharogroup.file.zip.ZipModel
Returns the field fileCounter.
getFileCounter() - Method in class de.alpharogroup.file.zip.Zipper
 
getFileExtensionEquality() - Method in interface de.alpharogroup.file.compare.api.IFileCompareResultBean
Gets the file extension equality.
getFileExtensionEquality() - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Gets the file extension equality.
getFileFilter() - Method in interface de.alpharogroup.file.zip.ZipModel
Returns the field fileFilter.
getFileFilter() - Method in class de.alpharogroup.file.zip.Zipper
 
getFileLength() - Method in interface de.alpharogroup.file.zip.ZipModel
Returns the field fileLength.
getFileLength() - Method in class de.alpharogroup.file.zip.Zipper
 
getFileLengthInKilobytes(File) - Static method in class de.alpharogroup.file.search.FileSearchExtensions
Gets the file length from the given file in Kilobytes.
getFileLengthInMegabytes(File) - Static method in class de.alpharogroup.file.search.FileSearchExtensions
Gets the file length from the given file in Megabytes.
getFilenamePrefix(File) - Static method in class de.alpharogroup.file.FileExtensions
Gets the filename with the absolute path prefix.
getFilenameSuffix(File) - Static method in class de.alpharogroup.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 de.alpharogroup.file.FileExtensions
Gets the filename without the extension or null if the given file object is a directory.
getFileSeparator() - Static method in class de.alpharogroup.file.system.SystemPropertiesExtensions
Gets the system file separator character.
getFileToCompare() - Method in interface de.alpharogroup.file.compare.api.IFileCompareResultBean
Gets the file to compare.
getFileToCompare() - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Gets the file to compare.
getHeaders() - Method in class de.alpharogroup.file.csv.CsvBean
 
getJavaClassPath() - Static method in class de.alpharogroup.file.system.SystemPropertiesExtensions
Gets the Path used to find directories and JAR archives containing class files.
getJavaHomeDir() - Static method in class de.alpharogroup.file.system.SystemFileExtensions
Gets the installation directory for Java Runtime Environment (JRE) from the system as File object
getJavaVendor() - Static method in class de.alpharogroup.file.system.SystemPropertiesExtensions
Gets the name of JRE vendor name
getJavaVendorUrl() - Static method in class de.alpharogroup.file.system.SystemPropertiesExtensions
Gets the name of JRE vendor url
getJavaVersion() - Static method in class de.alpharogroup.file.system.SystemPropertiesExtensions
Gets the JRE version
getLastModifiedEquality() - Method in interface de.alpharogroup.file.compare.api.IFileCompareResultBean
Gets the last modified equality.
getLastModifiedEquality() - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Gets the last modified equality.
getLengthEquality() - Method in interface de.alpharogroup.file.compare.api.IFileCompareResultBean
Gets the length equality.
getLengthEquality() - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Gets the length equality.
getLineCountFromCsvFile(File) - Static method in class de.alpharogroup.file.csv.CsvFileExtensions
Gets the line count from csv file.
getLineOrder() - Method in class de.alpharogroup.file.csv.CsvBean
 
getLines() - Method in class de.alpharogroup.file.csv.CsvBean
 
getLineSeparator() - Static method in class de.alpharogroup.file.system.SystemPropertiesExtensions
Gets the system line separator character.
getNameEquality() - Method in interface de.alpharogroup.file.compare.api.IFileCompareResultBean
Gets the name equality.
getNameEquality() - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Gets the name equality.
getOsArchitecture() - Static method in class de.alpharogroup.file.system.SystemPropertiesExtensions
Gets the operating system architecture
getOsName() - Static method in class de.alpharogroup.file.system.SystemPropertiesExtensions
Gets the operating system name
getOsVersion() - Static method in class de.alpharogroup.file.system.SystemPropertiesExtensions
Gets the operating system version
getPathSeparator() - Static method in class de.alpharogroup.file.system.SystemPropertiesExtensions
Gets the system path separator character used in java.class.path
getProjectDirectory() - Static method in class de.alpharogroup.file.search.PathFinder
Gets the project directory.
getProjectDirectory(File) - Static method in class de.alpharogroup.file.search.PathFinder
Gets the project directory.
getRelativePath(File, String...) - Static method in class de.alpharogroup.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 de.alpharogroup.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 de.alpharogroup.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.
getSearchFilePattern(String...) - Static method in class de.alpharogroup.file.search.FileSearchExtensions
Gets a regex search file pattern that can be used for searching files with a Matcher.
getSourceFile() - Method in interface de.alpharogroup.file.compare.api.IFileCompareResultBean
Gets the source file.
getSourceFile() - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Gets the source file.
getSqlData(String[], String[], String[], Map<Integer, Integer>, List<String[]>, boolean) - Static method in class de.alpharogroup.file.csv.CsvToSqlExtensions
Gets the sql data.
getSrcMainJavaDir() - Static method in class de.alpharogroup.file.search.PathFinder
Gets the src main java dir.
getSrcMainJavaDir(File) - Static method in class de.alpharogroup.file.search.PathFinder
Gets the src main java dir.
getSrcMainResourcesDir() - Static method in class de.alpharogroup.file.search.PathFinder
Gets the src main resources dir.
getSrcMainResourcesDir(File) - Static method in class de.alpharogroup.file.search.PathFinder
Gets the src main resources dir.
getSrcTestJavaDir() - Static method in class de.alpharogroup.file.search.PathFinder
Gets the src test java dir.
getSrcTestJavaDir(File) - Static method in class de.alpharogroup.file.search.PathFinder
Gets the src test java dir.
getSrcTestResourcesDir() - Static method in class de.alpharogroup.file.search.PathFinder
Gets the src test resources dir.
getSrcTestResourcesDir(File) - Static method in class de.alpharogroup.file.search.PathFinder
Gets the src test resources dir.
getTempDir() - Static method in class de.alpharogroup.file.FileExtensions
Deprecated.
use instead the same name method in class SystemFileExtensions

Note: will be removed in next minor version
getTempDir() - Static method in class de.alpharogroup.file.system.SystemFileExtensions
Gets the temporary directory from the system as File object.
getToDir() - Method in class de.alpharogroup.file.zip.Unzipper
 
getUserHome() - Static method in class de.alpharogroup.file.system.SystemPropertiesExtensions
Gets the user home directory
getUserHomeDir() - Static method in class de.alpharogroup.file.system.SystemFileExtensions
Gets the user home directory from the system as File object
getUserName() - Static method in class de.alpharogroup.file.system.SystemPropertiesExtensions
Gets the user name
getUserWorkingDir() - Static method in class de.alpharogroup.file.system.SystemFileExtensions
Gets the user working directory from the system as File object
getUserWorkingDirectory() - Static method in class de.alpharogroup.file.system.SystemPropertiesExtensions
Gets the user working directory
getZipFile() - Method in class de.alpharogroup.file.zip.Unzipper
 
getZipFile() - Method in interface de.alpharogroup.file.zip.ZipModel
Returns the field zipFile.
getZipFile() - Method in class de.alpharogroup.file.zip.Zipper
 
getZipFileComment() - Method in interface de.alpharogroup.file.zip.ZipModel
Returns the field zipFileComment.
getZipFileComment() - Method in class de.alpharogroup.file.zip.Zipper
 
getZipFileName() - Method in interface de.alpharogroup.file.zip.ZipModel
Returns the field zipFileName.
getZipFileName() - Method in class de.alpharogroup.file.zip.Zipper
 
getZipFileObj() - Method in interface de.alpharogroup.file.zip.ZipModel
Returns the field zipFileObj.
getZipFileObj() - Method in class de.alpharogroup.file.zip.Zipper
 
getZipLevel() - Method in interface de.alpharogroup.file.zip.ZipModel
Returns the field zipLevel.
getZipLevel() - Method in class de.alpharogroup.file.zip.Zipper
 

H

hashCode() - Method in class de.alpharogroup.file.compare.FileCompareResultBean
 
hashCode() - Method in class de.alpharogroup.file.compare.FileContentResultBean
 
hashCode() - Method in class de.alpharogroup.file.csv.CsvBean
hashCode() - Method in class de.alpharogroup.file.search.SearchFileAttributesBean
 
headers(String[]) - Method in class de.alpharogroup.file.csv.CsvBean.CsvBeanBuilder
 

I

IFileCompareResultBean - Interface in de.alpharogroup.file.compare.api
The Interface IFileCompareResultBean.
IFileContentResultBean - Interface in de.alpharogroup.file.compare.api
The Interface IFileContentResultBean.
ignoreContentEquality(boolean) - Method in class de.alpharogroup.file.search.SearchFileAttributesBean.SearchFileAttributesBeanBuilder
 
ignoreExtensionEquality(boolean) - Method in class de.alpharogroup.file.search.SearchFileAttributesBean.SearchFileAttributesBeanBuilder
 
ignoreLastModified(boolean) - Method in class de.alpharogroup.file.search.SearchFileAttributesBean.SearchFileAttributesBeanBuilder
 
ignoreLengthEquality(boolean) - Method in class de.alpharogroup.file.search.SearchFileAttributesBean.SearchFileAttributesBeanBuilder
 
ignoreNameEquality(boolean) - Method in class de.alpharogroup.file.search.SearchFileAttributesBean.SearchFileAttributesBeanBuilder
 
inputStream2String(InputStream) - Static method in class de.alpharogroup.file.read.ReadFileExtensions
The Method inputStream2String() reads the data from the InputStream into a String.
inputStream2String(InputStream, Charset) - Static method in class de.alpharogroup.file.read.ReadFileExtensions
The Method inputStream2String() reads the data from the InputStream into a String.
INVALID_CHARS_IN_FILENAME - Static variable in class de.alpharogroup.file.FileConst
String array with the invalid characters in filenames.
isIgnoreContentEquality() - Method in class de.alpharogroup.file.search.SearchFileAttributesBean
 
isIgnoreExtensionEquality() - Method in class de.alpharogroup.file.search.SearchFileAttributesBean
 
isIgnoreLastModified() - Method in class de.alpharogroup.file.search.SearchFileAttributesBean
 
isIgnoreLengthEquality() - Method in class de.alpharogroup.file.search.SearchFileAttributesBean
 
isIgnoreNameEquality() - Method in class de.alpharogroup.file.search.SearchFileAttributesBean
 
isOpen(File) - Static method in class de.alpharogroup.file.FileExtensions
Not yet implemented.
isZip(String) - Static method in class de.alpharogroup.file.zip.ZipExtensions
Checks if the given filename is a zip-file.

K

KILOBYTE - Static variable in class de.alpharogroup.file.FileConst
Constant for the kilobyte. current value:1024

L

lineOrder(Map<Integer, Integer>) - Method in class de.alpharogroup.file.csv.CsvBean.CsvBeanBuilder
 
lines(List<String[]>) - Method in class de.alpharogroup.file.csv.CsvBean.CsvBeanBuilder
 
listDirs(File) - Static method in class de.alpharogroup.file.search.FileSearchExtensions
List the directories from the given file(directory).

M

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

N

newBackupOf(File, Charset, Charset) - Static method in class de.alpharogroup.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'.
newConstantsFromStringList(List<String>, String, String, boolean) - Static method in class de.alpharogroup.file.GeneratorExtensions
Creates a String list with the String constants from the given String list.
newDirectories(Collection<File>) - Static method in class de.alpharogroup.file.create.FileFactory
Creates the directories.
newDirectories(Path, FileAttribute<?>...) - Static method in class de.alpharogroup.file.create.FileFactory
Creates a new directory from the given Path object and the optional FileAttribute.
newDirectory(File) - Static method in class de.alpharogroup.file.create.FileFactory
Creates a new directory from the given File object
newDirectory(Path, FileAttribute<?>...) - Static method in class de.alpharogroup.file.create.FileFactory
Creates a new directory from the given Path object and the optional FileAttribute.
newFile(File) - Static method in class de.alpharogroup.file.create.FileFactory
Creates an empty file if the File does not exists otherwise it lets the file as it is.
newFiles(Collection<File>) - Static method in class de.alpharogroup.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.
newParentDirectories(File) - Static method in class de.alpharogroup.file.create.FileFactory
Creates the parent directories from the given file.
newStaticArrayVariable(String, List<String>) - Static method in class de.alpharogroup.file.GeneratorExtensions
Creates a String for a constant Stringarray to be inserted in java-file.

O

openFileReader(String) - Static method in class de.alpharogroup.file.read.ReadFileExtensions
The Method openFileReader() opens a BufferedReader from the given file.

P

PathFinder - Class in de.alpharogroup.file.search
The class PathFinder is a helper class for getting source folders from maven projects.

R

readDataFromCVSFileToList(File, int, boolean, String) - Static method in class de.alpharogroup.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 de.alpharogroup.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 de.alpharogroup.file.read.ReadFileExtensions
The Method reader2String() reads the data from the Reader into a String.
ReadFileExtensions - Class in de.alpharogroup.file.read
The class ReadFileExtensions helps you reading files.
readFilelistToProperties(File) - Static method in class de.alpharogroup.file.csv.CsvFileExtensions
Read filelist to properties.
readFileToBytearray(File) - Static method in class de.alpharogroup.file.read.ReadFileExtensions
Get a byte array from the given file.
readFileToList(File) - Static method in class de.alpharogroup.file.csv.CsvFileExtensions
Reads every line from the given File into a List and returns the List.
readFileToList(File, String) - Static method in class de.alpharogroup.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 de.alpharogroup.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 de.alpharogroup.file.read.ReadFileExtensions
The Method readFromFile() reads the filecontent to a String.
readFromFile(File, Charset) - Static method in class de.alpharogroup.file.read.ReadFileExtensions
Read from file.
readHeadLine(String) - Static method in class de.alpharogroup.file.read.ReadFileExtensions
The Method readHeadLine() opens the File and reads the first line from the file.
readLinesInList(File, String) - Static method in class de.alpharogroup.file.csv.CsvFileExtensions
Reads every line from the File and puts them to the List.
readLinesInList(File) - Static method in class de.alpharogroup.file.read.ReadFileExtensions
Reads every line from the File and puts them to the List.
readLinesInList(File, boolean) - Static method in class de.alpharogroup.file.read.ReadFileExtensions
Reads every line from the File and puts them to the List.
readLinesInList(File, Charset) - Static method in class de.alpharogroup.file.read.ReadFileExtensions
Reads every line from the File and puts them to the List.
readLinesInList(File, Charset, boolean) - Static method in class de.alpharogroup.file.read.ReadFileExtensions
Reads every line from the File and puts them to the List.
readLinesInList(InputStream) - Static method in class de.alpharogroup.file.read.ReadFileExtensions
Reads every line from the given InputStream and puts them to the List.
readLinesInList(InputStream, boolean) - Static method in class de.alpharogroup.file.read.ReadFileExtensions
Reads every line from the given InputStream and puts them to the List.
readLinesInList(InputStream, Charset, boolean) - Static method in class de.alpharogroup.file.read.ReadFileExtensions
Reads every line from the given InputStream and puts them to the List.
readPropertiesFromFile(String) - Static method in class de.alpharogroup.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 de.alpharogroup.file.write.WriteFileExtensions
Writes the source file with the best performance to the destination file.
renameFile(File, File) - Static method in class de.alpharogroup.file.rename.RenameFileExtensions
This method renames a given file.
renameFile(File, File, boolean) - Static method in class de.alpharogroup.file.rename.RenameFileExtensions
This method renames a given file.
renameFile(File, String) - Static method in class de.alpharogroup.file.rename.RenameFileExtensions
This method renames a given file.
RenameFileExtensions - Class in de.alpharogroup.file.rename
The class RenameFileExtensions helps you to rename files or directories.
renameFileWithSystemtime(File) - Static method in class de.alpharogroup.file.rename.RenameFileExtensions
Renames the given file and add to the filename the systemtime.

S

SearchFileAttributesBean - Class in de.alpharogroup.file.search
The class SearchFileAttributesBean provides file attribute flags to ignore or not.
SearchFileAttributesBean(boolean, boolean, boolean, boolean, boolean) - Constructor for class de.alpharogroup.file.search.SearchFileAttributesBean
 
SearchFileAttributesBean.SearchFileAttributesBeanBuilder - Class in de.alpharogroup.file.search
 
setAbsolutePathEquality(Boolean) - Method in interface de.alpharogroup.file.compare.api.IFileCompareResultBean
Sets the absolute path equality.
setAbsolutePathEquality(Boolean) - Method in class de.alpharogroup.file.compare.FileCompareResultBean
 
setColumnTypes(String[]) - Method in class de.alpharogroup.file.csv.CsvBean
 
setColumnTypesEdit(String[]) - Method in class de.alpharogroup.file.csv.CsvBean
 
setCompare(File) - Method in class de.alpharogroup.file.compare.FileCompareResultBean
 
setCompressionMethod(int) - Method in interface de.alpharogroup.file.zip.ZipModel
Sets the field compressionMethod.
setCompressionMethod(int) - Method in class de.alpharogroup.file.zip.Zipper
 
setContentEquality(boolean) - Method in interface de.alpharogroup.file.compare.api.IFileContentResultBean
Sets the content equality.
setContentEquality(boolean) - Method in class de.alpharogroup.file.compare.FileContentResultBean
Sets the content equality.
setDirectoryToZip(File) - Method in interface de.alpharogroup.file.zip.ZipModel
Sets the field directoryToZip.
setDirectoryToZip(File) - Method in class de.alpharogroup.file.zip.Zipper
 
setDirToStart(String) - Method in interface de.alpharogroup.file.zip.ZipModel
Sets the field dirToStart.
setDirToStart(String) - Method in class de.alpharogroup.file.zip.Zipper
 
setFileCounter(int) - Method in interface de.alpharogroup.file.zip.ZipModel
Sets the field fileCounter.
setFileCounter(int) - Method in class de.alpharogroup.file.zip.Zipper
 
setFileExtensionEquality(Boolean) - Method in interface de.alpharogroup.file.compare.api.IFileCompareResultBean
Sets the file extension equality.
setFileExtensionEquality(Boolean) - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Sets the file extension equality.
setFileFilter(FilenameFilter) - Method in interface de.alpharogroup.file.zip.ZipModel
Sets the field fileFilter.
setFileFilter(FilenameFilter) - Method in class de.alpharogroup.file.zip.Zipper
 
setFileLength(long) - Method in interface de.alpharogroup.file.zip.ZipModel
Sets the field fileLength.
setFileLength(long) - Method in class de.alpharogroup.file.zip.Zipper
 
setHeaders(String[]) - Method in class de.alpharogroup.file.csv.CsvBean
 
setLastModifiedEquality(Boolean) - Method in interface de.alpharogroup.file.compare.api.IFileCompareResultBean
Sets the last modified equality.
setLastModifiedEquality(Boolean) - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Sets the last modified equality.
setLengthEquality(Boolean) - Method in interface de.alpharogroup.file.compare.api.IFileCompareResultBean
Sets the length equality.
setLengthEquality(Boolean) - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Sets the length equality.
setLineOrder(Map<Integer, Integer>) - Method in class de.alpharogroup.file.csv.CsvBean
 
setLines(List<String[]>) - Method in class de.alpharogroup.file.csv.CsvBean
 
setNameEquality(Boolean) - Method in interface de.alpharogroup.file.compare.api.IFileCompareResultBean
Sets the name equality.
setNameEquality(Boolean) - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Sets the name equality.
setSource(File) - Method in class de.alpharogroup.file.compare.FileCompareResultBean
 
setToDir(File) - Method in class de.alpharogroup.file.zip.Unzipper
 
setZipFile(ZipFile) - Method in class de.alpharogroup.file.zip.Unzipper
 
setZipFile(File) - Method in interface de.alpharogroup.file.zip.ZipModel
Sets the field zipFile.
setZipFile(File) - Method in class de.alpharogroup.file.zip.Zipper
 
setZipFileComment(String) - Method in interface de.alpharogroup.file.zip.ZipModel
Sets the field zipFileComment.
setZipFileComment(String) - Method in class de.alpharogroup.file.zip.Zipper
 
setZipFileName(String) - Method in interface de.alpharogroup.file.zip.ZipModel
Sets the field zipFileName.
setZipFileName(String) - Method in class de.alpharogroup.file.zip.Zipper
 
setZipFileObj(ZipFile) - Method in interface de.alpharogroup.file.zip.ZipModel
Sets the field zipFileObj.
setZipFileObj(ZipFile) - Method in class de.alpharogroup.file.zip.Zipper
 
setZipLevel(int) - Method in interface de.alpharogroup.file.zip.ZipModel
Sets the field zipLevel.
setZipLevel(int) - Method in class de.alpharogroup.file.zip.Zipper
 
SimpleCompareFileExtensions - Class in de.alpharogroup.file.compare
simpleCompareFiles(File, File) - Static method in class de.alpharogroup.file.compare.CompareFileExtensions
Simple comparing the given files.
SLASH - Static variable in class de.alpharogroup.file.FileConst
Constant for the slash. current value:"/"
sort(File, Comparator<String>, String) - Static method in class de.alpharogroup.file.sort.SortFileExtensions
Sort the file content from the given File.
sortData(File, String) - Static method in class de.alpharogroup.file.csv.CsvFileExtensions
Read an csv-file and puts them in a String-array.
SortFileExtensions - Class in de.alpharogroup.file.sort
The class SortFileExtensions provides algorithms for sort file content.
source - Variable in class de.alpharogroup.file.compare.FileCompareResultBean
The source file.
SOURCE_FOLDER_SRC_MAIN_JAVA - Static variable in class de.alpharogroup.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 de.alpharogroup.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 de.alpharogroup.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 de.alpharogroup.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 de.alpharogroup.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 de.alpharogroup.file.write.WriteFileExtensions
Saves a byte array to the given file.
storeFilelistToProperties(File, File, String) - Static method in class de.alpharogroup.file.csv.CsvFileExtensions
Stores a komma seperated file to a properties object.
string2File(File, String) - Static method in class de.alpharogroup.file.write.WriteFileExtensions
The Method string2File(File, String) writes the String to the File.
string2File(File, String, String) - Static method in class de.alpharogroup.file.write.WriteFileExtensions
The Method string2File(File, String) writes the String to the File.
string2File(String, String) - Static method in class de.alpharogroup.file.write.WriteFileExtensions
The Method string2File() writes a String to the file.
SystemFileExtensions - Class in de.alpharogroup.file.system
The class SystemFileExtensions provide methods for get system or user files.
SystemPropertiesExtensions - Class in de.alpharogroup.file.system
 
SystemPropertiesExtensions() - Constructor for class de.alpharogroup.file.system.SystemPropertiesExtensions
 

T

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

U

unzip() - Method in class de.alpharogroup.file.zip.Unzipper
Unzip.
unzip(ZipFile, File) - Method in class de.alpharogroup.file.zip.Unzipper
Unzip.
unzip(ZipFile, File) - Static method in class de.alpharogroup.file.zip.ZipExtensions
Unzip.
Unzipper - Class in de.alpharogroup.file.zip
The class Unzipper
Unzipper() - Constructor for class de.alpharogroup.file.zip.Unzipper
 
Unzipper(File, ZipFile) - Constructor for class de.alpharogroup.file.zip.Unzipper
 
Unzipper(ZipFile, File) - Constructor for class de.alpharogroup.file.zip.Unzipper
Instantiates a new unzipper.
Unzipper.UnzipperBuilder - Class in de.alpharogroup.file.zip
 

V

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

W

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

Z

zip(File, File) - Static method in class de.alpharogroup.file.zip.ZipExtensions
Zip the given file.
zip(File, File, FilenameFilter) - Static method in class de.alpharogroup.file.zip.ZipExtensions
Zip the given file.
zip(File, File, FilenameFilter, boolean) - Static method in class de.alpharogroup.file.zip.ZipExtensions
Zip the given file.
zip() - Method in class de.alpharogroup.file.zip.Zipper
Zip the given files of this objects
Zip4jExtensions - Class in de.alpharogroup.file.zip
The class Zip4jExtensions.
ZIP_EXTENSIONS - Static variable in class de.alpharogroup.file.FileConst
String array with a few extensions from zip-files.
ZipErrorCodes - Enum in de.alpharogroup.file.zip
 
ZipExtensions - Class in de.alpharogroup.file.zip
The class ZipExtensions provides functionality for ziping and unzipping files.
zipFile(ZipFile) - Method in class de.alpharogroup.file.zip.Unzipper.UnzipperBuilder
 
zipFile(File) - Method in class de.alpharogroup.file.zip.Zipper.ZipperBuilder
 
zipFileComment(String) - Method in class de.alpharogroup.file.zip.Zipper.ZipperBuilder
 
zipFileName(String) - Method in class de.alpharogroup.file.zip.Zipper.ZipperBuilder
 
zipFileObj(ZipFile) - Method in class de.alpharogroup.file.zip.Zipper.ZipperBuilder
 
zipFiles(ZipFile, File...) - Static method in class de.alpharogroup.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, int, int, File...) - Static method in class de.alpharogroup.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 de.alpharogroup.file.zip.Zip4jExtensions
Adds the given file(s) to the given zip file.
zipFiles(ZipFile, ZipParameters, List<File>) - Static method in class de.alpharogroup.file.zip.Zip4jExtensions
Adds the given file(s) to the given zip file.
zipLevel(int) - Method in class de.alpharogroup.file.zip.Zipper.ZipperBuilder
 
ZipModel - Interface in de.alpharogroup.file.zip
The Interface ZipModel.
Zipper - Class in de.alpharogroup.file.zip
The class Zipper
Zipper() - Constructor for class de.alpharogroup.file.zip.Zipper
 
Zipper(File, File) - Constructor for class de.alpharogroup.file.zip.Zipper
Instantiates a new Zipper object
Zipper(File, File, FilenameFilter) - Constructor for class de.alpharogroup.file.zip.Zipper
Instantiates a new Zipper object
Zipper(int, File, String, int, FilenameFilter, long, File, String, String, ZipFile, int) - Constructor for class de.alpharogroup.file.zip.Zipper
 
Zipper.ZipperBuilder - Class in de.alpharogroup.file.zip
 
ZipState - Enum in de.alpharogroup.file.zip
The enum ZipState provides flags for the encryption and decryption of zip files.
A B C D E F G H I K L M N O P R S T U V W Z 
Skip navigation links