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.RenameFileUtils
Returns the filename from the given file with the systemtime.
appendSystemtimeToFilename(File, Date) - Static method in class de.alpharogroup.file.rename.RenameFileUtils
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

C

changeAllFilenameSuffix(File, String, String) - Static method in class de.alpharogroup.file.rename.RenameFileUtils
Changes all the Filenames with the new Suffix recursively.
changeAllFilenameSuffix(File, String, String, boolean) - Static method in class de.alpharogroup.file.rename.RenameFileUtils
Changes all the Filenames with the new Suffix recursively.
changeFilenameSuffix(File, String) - Static method in class de.alpharogroup.file.rename.RenameFileUtils
Changes the suffix from the Filename.
changeFilenameSuffix(File, String, boolean) - Static method in class de.alpharogroup.file.rename.RenameFileUtils
Changes the suffix from the Filename.
checkFile(File) - Static method in class de.alpharogroup.file.delete.DeleteFileUtils
Checks the File if it is a directory or if its exists or if it is empty.
ChecksumUtils - Class in de.alpharogroup.file.checksum
The Class ChecksumUtils is a utility class for computing checksum from files and byte arrays.
clone() - Method in class de.alpharogroup.file.csv.CsvBean
(non-Javadoc).
close() - Method in class de.alpharogroup.file.zip.ZipDecryptInputStream
 
compare(IFileCompareResultBean, boolean, boolean, boolean, boolean, boolean) - Static method in class de.alpharogroup.file.compare.CompareFileUtils
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.CompareFileUtils
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.CompareFileUtils
Compare file content for every single byte.
compareFileContentByLines(File, File) - Static method in class de.alpharogroup.file.compare.CompareFileUtils
Compare file content by lines.
compareFiles(File, File) - Static method in class de.alpharogroup.file.compare.CompareFileUtils
Compare files.
compareFiles(File, File, boolean) - Static method in class de.alpharogroup.file.compare.CompareFileUtils
Compare files.
compareFiles(File, File, boolean, boolean, boolean, boolean, boolean) - Static method in class de.alpharogroup.file.compare.CompareFileUtils
Compare files.
compareFiles(File, File, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class de.alpharogroup.file.compare.CompareFileUtils
Compare files.
compareFilesByAbsolutePath(File, File) - Static method in class de.alpharogroup.file.compare.SimpleCompareFileUtils
Compare files by absolute path.
compareFilesByChecksum(File, File, Algorithm) - Static method in class de.alpharogroup.file.compare.SimpleCompareFileUtils
Compare files by checksum with the algorithm Adler32.
compareFilesByChecksumAdler32(File, File) - Static method in class de.alpharogroup.file.compare.SimpleCompareFileUtils
Compare files by checksum with the algorithm Adler32.
compareFilesByChecksumCRC32(File, File) - Static method in class de.alpharogroup.file.compare.SimpleCompareFileUtils
Compare files by checksum with the algorithm CRC32.
compareFilesByContent(File, File) - Static method in class de.alpharogroup.file.compare.SimpleCompareFileUtils
Compare files by content.
compareFilesByExtension(File, File) - Static method in class de.alpharogroup.file.compare.SimpleCompareFileUtils
Compare files by extension.
compareFilesByLastModified(File, File) - Static method in class de.alpharogroup.file.compare.SimpleCompareFileUtils
Compare files by last modified.
compareFilesByLength(File, File) - Static method in class de.alpharogroup.file.compare.SimpleCompareFileUtils
Compare files by length.
compareFilesByName(File, File) - Static method in class de.alpharogroup.file.compare.SimpleCompareFileUtils
Compare files by name.
CompareFileUtils - Class in de.alpharogroup.file.compare
The Class CompareFileUtils helps you to compare files.
completeCompare(IFileCompareResultBean) - Static method in class de.alpharogroup.file.compare.CompareFileUtils
Completes the compare from the files encapsulated in the FileCompareResultBean.
containsFile(File, File) - Static method in class de.alpharogroup.file.search.FileSearchUtils
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.FileSearchUtils
Checks if the given file contains in the parent file.
containsFileRecursive(File, File) - Static method in class de.alpharogroup.file.search.FileSearchUtils
Checks if the given file contains only in the parent file recursively.
copyDirectory(File, File) - Static method in class de.alpharogroup.file.copy.CopyFileUtils
Copies the given source directory to the given destination directory.
copyDirectory(File, File, boolean) - Static method in class de.alpharogroup.file.copy.CopyFileUtils
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.CopyFileUtils
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.CopyFileUtils
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.CopyFileUtils
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.CopyFileUtils
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.CopyFileUtils
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.CopyFileUtils
Copies the given source file to the given destination file.
copyFile(File, File, boolean) - Static method in class de.alpharogroup.file.copy.CopyFileUtils
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.CopyFileUtils
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.CopyFileUtils
Copies the given source file to the given destination directory.
copyFileToDirectory(File, File, boolean) - Static method in class de.alpharogroup.file.copy.CopyFileUtils
Copies the given source file to the given destination directory with the option to set the lastModified time from the given destination directory.
CopyFileUtils - Class in de.alpharogroup.file.copy
The Class CopyFileUtils helps you to copy files or directories.
countAllFilesInDirectory(File, long, boolean) - Static method in class de.alpharogroup.file.search.FileSearchUtils
Counts all the files in a directory recursively.
CreateFileUtils - Class in de.alpharogroup.file.create
The Class CreateFileUtils helps you to create files or directories.
CsvBean - Class in de.alpharogroup.file.csv
The Class CsvBean.
CsvBean() - Constructor for class de.alpharogroup.file.csv.CsvBean
Instantiates a new csv bean.
CsvBean(String[], String[], List<String[]>) - Constructor for class de.alpharogroup.file.csv.CsvBean
Instantiates a new csv bean.
CsvBean(String[], String[], List<String[]>, String[], Map<Integer, Integer>) - Constructor for class de.alpharogroup.file.csv.CsvBean
Instantiates a new csv bean.
CsvBean(String[], String[], String[], List<String[]>) - Constructor for class de.alpharogroup.file.csv.CsvBean
Instantiates a new csv bean.
CsvFileUtils - Class in de.alpharogroup.file.csv
Utility class for the use of cvs-files.
CsvToSqlUtils - Class in de.alpharogroup.file.csv
The Class CsvToSqlUtils.

D

de.alpharogroup.export.excel.poi - package de.alpharogroup.export.excel.poi
 
de.alpharogroup.file - package de.alpharogroup.file
This package contains helper classes for handling File objects.
de.alpharogroup.file.checksum - package de.alpharogroup.file.checksum
Provides utility classes for computing checksum from files and byte arrays.
de.alpharogroup.file.compare - package de.alpharogroup.file.compare
Provides classes for comparison of files or directories.
de.alpharogroup.file.compare.interfaces - package de.alpharogroup.file.compare.interfaces
Provides the 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.properties - package de.alpharogroup.file.properties
 
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.url - package de.alpharogroup.file.url
 
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.DeleteFileUtils
Tries to delete all given files in the list.
delete(File) - Static method in class de.alpharogroup.file.delete.DeleteFileUtils
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.DeleteFileUtils
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.DeleteFileUtils
Deletes all files with the given suffix recursively.
deleteFile(File) - Static method in class de.alpharogroup.file.delete.DeleteFileUtils
Tries to delete the given file.
deleteFiles(File) - Static method in class de.alpharogroup.file.delete.DeleteFileUtils
Tries to delete all files in the Directory.
deleteFilesWithFileFilter(File, FileFilter) - Static method in class de.alpharogroup.file.delete.DeleteFileUtils
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.DeleteFileUtils
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.DeleteFileUtils
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.DeleteFileUtils
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.
DeleteFileUtils - Class in de.alpharogroup.file.delete
The Class DeleteFileUtils helps you delete files.
DirectoryAllreadyExistsException - Exception in de.alpharogroup.file.exceptions
Exception if the directory all ready exists.
DirectoryAllreadyExistsException() - Constructor for exception de.alpharogroup.file.exceptions.DirectoryAllreadyExistsException
Default constructor.
DirectoryAllreadyExistsException(String) - Constructor for exception de.alpharogroup.file.exceptions.DirectoryAllreadyExistsException
Constructs a new DirectoryAllreadyExistsException with the specified detail message.
DirectoryAllreadyExistsException(String, Throwable) - Constructor for exception de.alpharogroup.file.exceptions.DirectoryAllreadyExistsException
Constructs a new DirectoryAllreadyExistsException with the specified detail message and the Throwable.
DirectoryAllreadyExistsException(Throwable) - Constructor for exception de.alpharogroup.file.exceptions.DirectoryAllreadyExistsException
Constructs a DirectoryAllreadyExistsException 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.
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.FileUtils
Downloads Data from the given URI.

E

equals(Object) - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Returns true if this FileCompareResultBean is the same as the o argument.
equals(Object) - Method in class de.alpharogroup.file.compare.FileContentResultBean
Returns true if this FileContentResultBean is the same as the o argument.
equals(Object) - Method in class de.alpharogroup.file.csv.CsvBean
Returns true if this CsvBean is the same as the o argument.
ExcelPoiFactory - Class in de.alpharogroup.export.excel.poi
Factory class for create poi objects.
ExcelPoiFactory() - Constructor for class de.alpharogroup.export.excel.poi.ExcelPoiFactory
 
ExportExcelExtensions - Class in de.alpharogroup.export.excel.poi
The Class ExportExcelExtensions.
exportWorkbook(File) - Static method in class de.alpharogroup.export.excel.poi.ExportExcelExtensions
Exportiert die übergebene excel-Datei in eine Liste mit zweidimensionalen Arrays für jeweils ein sheet in der excel-Datei.
exportWorkbookAsStringList(File) - Static method in class de.alpharogroup.export.excel.poi.ExportExcelExtensions
Exportiert die übergebene excel-Datei in eine geschachtelte Liste mit Listen von sheets und Listen von den Zeilen der sheets von der excel-Datei.
extract(ZipFile, File, String) - Static method in class de.alpharogroup.file.zip.Zip4jUtils
Extract.
extractSqlColumns(String[]) - Static method in class de.alpharogroup.file.csv.CsvToSqlUtils
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.ZipUtils
Extract zip entry.

F

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.
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
 
FileExtensions() - Constructor for class de.alpharogroup.file.FileExtensions
 
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.
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.
FileSearchUtils - Class in de.alpharogroup.file.search
The Class FileSearchUtils provides methods for searching in directories.
FileUtils - Class in de.alpharogroup.file
Utility class for the use of File object.
findAllFiles(File, String) - Static method in class de.alpharogroup.file.search.FileSearchUtils
Finds all files that match the search pattern.
findEqualFiles(File) - Static method in class de.alpharogroup.file.compare.CompareFileUtils
Find equal files.
findEqualFiles(File, boolean, boolean, boolean, boolean, boolean) - Static method in class de.alpharogroup.file.compare.CompareFileUtils
Find equal files.
findEqualFiles(File, File) - Static method in class de.alpharogroup.file.compare.CompareFileUtils
Find equal files from the given directories.
findEqualFiles(File, File, boolean, boolean, boolean, boolean, boolean) - Static method in class de.alpharogroup.file.compare.CompareFileUtils
Find equal files from the given directories.
findEqualFilesWithSameContent(File) - Static method in class de.alpharogroup.file.compare.CompareFileUtils
Compare files with the same content.
findEqualFilesWithSameContent(File, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class de.alpharogroup.file.compare.CompareFileUtils
Compare files with the same content.
findEqualFilesWithSameContent(File, File) - Static method in class de.alpharogroup.file.compare.CompareFileUtils
Find equal files from the given directories.
findEqualFilesWithSameContent(File, File, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class de.alpharogroup.file.compare.CompareFileUtils
Find equal files from the given directories.
findFiles(File, String) - Static method in class de.alpharogroup.file.search.FileSearchUtils
Finds all files that match the search pattern.
findFiles(String, String[]) - Static method in class de.alpharogroup.file.search.FileSearchUtils
Searches for files with the given extensions and adds them to a Vector.
findFilesRecursive(File, String) - Static method in class de.alpharogroup.file.search.FileSearchUtils
Finds all files that match the search pattern.
findFilesWithFilter(File, String...) - Static method in class de.alpharogroup.file.search.FileSearchUtils
Finds all files that match the given extension.
forceToMoveFile(File, File) - Static method in class de.alpharogroup.file.rename.RenameFileUtils
Moves the given source file to the destination Directory.
formatKommaSeperatedFileToList(File, String) - Static method in class de.alpharogroup.file.csv.CsvFileUtils
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.CsvFileUtils
Formats a file that has in every line one input-data into a csv-file.

G

GeneratorUtils - Class in de.alpharogroup.file
The Class GeneratorUtils.
getAbsolutePath(File, boolean) - Static method in class de.alpharogroup.file.search.PathFinder
Gets the absolute path.
getAbsolutePathEquality() - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Gets the absolute path equality.
getAbsolutePathEquality() - Method in interface de.alpharogroup.file.compare.interfaces.IFileCompareResultBean
Gets the absolute path equality.
getAbsolutPathWithoutFilename(File) - Static method in class de.alpharogroup.file.FileUtils
Gets the absolut path without the filename.
getAbsolutPathWithoutFilename(File) - Static method in class de.alpharogroup.file.rename.RenameFileUtils
Gets the absolut path without the filename.
getAllFilesFromDir(File) - Static method in class de.alpharogroup.file.search.FileSearchUtils
Gets the all files from directory.
getAllFilesFromDirRecursive(File) - Static method in class de.alpharogroup.file.search.FileSearchUtils
Gets all the files from directory recursive.
getChecksum(byte[], Algorithm) - Static method in class de.alpharogroup.file.checksum.ChecksumUtils
Gets the checksum from the given byte array with an instance of.
getChecksum(byte[], String) - Static method in class de.alpharogroup.file.checksum.ChecksumUtils
Gets the checksum from the given byte array with an instance of.
getChecksum(Byte[], Algorithm) - Static method in class de.alpharogroup.file.checksum.ChecksumUtils
Gets the checksum from the given byte array with an instance of.
getChecksum(Byte[], String) - Static method in class de.alpharogroup.file.checksum.ChecksumUtils
Gets the checksum from the given byte array with an instance of.
getChecksum(File, Algorithm) - Static method in class de.alpharogroup.file.checksum.ChecksumUtils
Gets the checksum from the given file with an instance of the given algorithm.
getChecksum(File, boolean) - Static method in class de.alpharogroup.file.checksum.ChecksumUtils
Gets the checksum from the given file.
getChecksum(File, String) - Static method in class de.alpharogroup.file.checksum.ChecksumUtils
Gets the checksum from the given file with an instance of the given algorithm.
getCheckSumAdler32(byte[]) - Static method in class de.alpharogroup.file.checksum.ChecksumUtils
Gets the checksum from the given byte array with an instance of.
getCheckSumAdler32(File) - Static method in class de.alpharogroup.file.checksum.ChecksumUtils
Gets the checksum from the given file with an instance of.
getCheckSumCRC32(byte[]) - Static method in class de.alpharogroup.file.checksum.ChecksumUtils
Gets the checksum from the given byte array with an instance of.
getCheckSumCRC32(File) - Static method in class de.alpharogroup.file.checksum.ChecksumUtils
Gets the checksum from the given file with an instance of.
getChecksumQuietly(byte[], Algorithm) - Static method in class de.alpharogroup.file.checksum.ChecksumUtils
Gets the checksum quietly from the given byte array with an instance of.
getChecksumQuietly(byte[], String) - Static method in class de.alpharogroup.file.checksum.ChecksumUtils
Gets the checksum quietly from the given byte array with an instance of.
getChecksumQuietly(Byte[], String) - Static method in class de.alpharogroup.file.checksum.ChecksumUtils
Gets the checksum quietly from the given byte array with an instance of.
getChecksumQuietly(File, Algorithm) - Static method in class de.alpharogroup.file.checksum.ChecksumUtils
Gets the checksum quietly from the given file with an instance of the given algorithm.
getColumnTypes() - Method in class de.alpharogroup.file.csv.CsvBean
Gets the column types.
getColumnTypesEdit() - Method in class de.alpharogroup.file.csv.CsvBean
Gets the column types edit.
getCompressionMethod() - Method in interface de.alpharogroup.file.zip.ZipModel
Returns the field compressionMethod.
getCompressionMethod() - Method in class de.alpharogroup.file.zip.Zipper
Gets the compression method.
getContentEquality() - Method in class de.alpharogroup.file.compare.FileContentResultBean
Gets the content equality.
getContentEquality() - Method in interface de.alpharogroup.file.compare.interfaces.IFileContentResultBean
Gets the content equality.
getCsvFileAsSqlInsertScript(String, CsvBean) - Static method in class de.alpharogroup.file.csv.CsvToSqlUtils
Gets the csv file as sql insert script.
getCsvFileAsSqlInsertScript(String, CsvBean, boolean, boolean) - Static method in class de.alpharogroup.file.csv.CsvToSqlUtils
Gets the csv file as sql insert script.
getCsvFileAsSqlInsertScript(String, String[], String[], List<String[]>) - Static method in class de.alpharogroup.file.csv.CsvToSqlUtils
Gets the csv file as sql insert script.
getCsvFileAsSqlInsertScript(String, String[], String[], String[], List<String[]>) - Static method in class de.alpharogroup.file.csv.CsvToSqlUtils
Gets the csv file as sql insert script.
getCurrentAbsolutPathWithoutDotAndSlash() - Static method in class de.alpharogroup.file.FileUtils
Gets the current absolut path without the dot and slash.
getCvsAsListMap(File) - Static method in class de.alpharogroup.file.csv.CsvFileUtils
Gets the given cvs file as list of maps.
getDataFromLine(String, String) - Static method in class de.alpharogroup.file.csv.CsvFileUtils
Gets the data from line.
getDataFromLine(String, String, boolean) - Static method in class de.alpharogroup.file.csv.CsvFileUtils
Gets the data from line.
getDataFromLine(String, String) - Static method in class de.alpharogroup.file.csv.CsvToSqlUtils
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
Gets the directory to zip.
getDirToStart() - Method in interface de.alpharogroup.file.zip.ZipModel
Returns the field dirToStart.
getDirToStart() - Method in class de.alpharogroup.file.zip.Zipper
Gets the dir to start.
getFilecontentAsByteObjectArray(File) - Static method in class de.alpharogroup.file.read.ReadFileUtils
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
Gets the file counter.
getFileExtensionEquality() - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Gets the file extension equality.
getFileExtensionEquality() - Method in interface de.alpharogroup.file.compare.interfaces.IFileCompareResultBean
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
Gets the file filter.
getFileLength() - Method in interface de.alpharogroup.file.zip.ZipModel
Returns the field fileLength.
getFileLength() - Method in class de.alpharogroup.file.zip.Zipper
Gets the file length.
getFileLengthInKilobytes(File) - Static method in class de.alpharogroup.file.search.FileSearchUtils
Gets the file length from the given file in Kilobytes.
getFileLengthInMegabytes(File) - Static method in class de.alpharogroup.file.search.FileSearchUtils
Gets the file length from the given file in Megabytes.
getFilename(URL) - Static method in class de.alpharogroup.file.url.URLExtensions
Gets the filename from the given url object.
getFilenamePrefix(File) - Static method in class de.alpharogroup.file.FileUtils
Gets the filename with the absolute path prefix.
getFilenameSuffix(File) - Static method in class de.alpharogroup.file.FileUtils
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.FileUtils
Gets the filename without the extension or null if the given file object is a directory.
getFileToCompare() - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Gets the file to compare.
getFileToCompare() - Method in interface de.alpharogroup.file.compare.interfaces.IFileCompareResultBean
Gets the file to compare.
getHeaders() - Method in class de.alpharogroup.file.csv.CsvBean
Gets the headers.
getLastModifiedEquality() - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Gets the last modified equality.
getLastModifiedEquality() - Method in interface de.alpharogroup.file.compare.interfaces.IFileCompareResultBean
Gets the last modified equality.
getLengthEquality() - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Gets the length equality.
getLengthEquality() - Method in interface de.alpharogroup.file.compare.interfaces.IFileCompareResultBean
Gets the length equality.
getLineCountFromCsvFile(File) - Static method in class de.alpharogroup.file.csv.CsvFileUtils
Gets the line count from csv file.
getLineOrder() - Method in class de.alpharogroup.file.csv.CsvBean
Gets the line order.
getLines() - Method in class de.alpharogroup.file.csv.CsvBean
Gets the lines.
getNameEquality() - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Gets the name equality.
getNameEquality() - Method in interface de.alpharogroup.file.compare.interfaces.IFileCompareResultBean
Gets the name equality.
getPassword() - Method in class de.alpharogroup.file.zip.Unzipper
Gets the password.
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.
getProtocol() - Method in enum de.alpharogroup.file.url.Protocol
Gets the protocol.
getRedundantKeys(File) - Static method in class de.alpharogroup.file.properties.PropertiesFileUtils
Gets the redundant keys in properties files from the given 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.FileSearchUtils
Gets a regex search file pattern that can be used for searching files with a Matcher.
getSourceFile() - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Gets the source file.
getSourceFile() - Method in interface de.alpharogroup.file.compare.interfaces.IFileCompareResultBean
Gets the source file.
getSqlData(String[], String[], String[], Map<Integer, Integer>, List<String[]>, boolean) - Static method in class de.alpharogroup.file.csv.CsvToSqlUtils
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.FileUtils
Gets the temporary directory from the system as File object.
getToDir() - Method in class de.alpharogroup.file.zip.Unzipper
Returns the field toDir.
getZipFile() - Method in class de.alpharogroup.file.zip.Unzipper
Returns the field zipFile.
getZipFile() - Method in interface de.alpharogroup.file.zip.ZipModel
Returns the field zipFile.
getZipFile() - Method in class de.alpharogroup.file.zip.Zipper
Gets the zip file.
getZipFileComment() - Method in interface de.alpharogroup.file.zip.ZipModel
Returns the field zipFileComment.
getZipFileComment() - Method in class de.alpharogroup.file.zip.Zipper
Gets the zip file comment.
getZipFileName() - Method in interface de.alpharogroup.file.zip.ZipModel
Returns the field zipFileName.
getZipFileName() - Method in class de.alpharogroup.file.zip.Zipper
Gets the zip file name.
getZipFileObj() - Method in interface de.alpharogroup.file.zip.ZipModel
Returns the field zipFileObj.
getZipFileObj() - Method in class de.alpharogroup.file.zip.Zipper
Returns the field zipFileObj.
getZipLevel() - Method in interface de.alpharogroup.file.zip.ZipModel
Returns the field zipLevel.
getZipLevel() - Method in class de.alpharogroup.file.zip.Zipper
Gets the zip level.

H

hashCode() - Method in class de.alpharogroup.file.csv.CsvBean
Override hashCode.

I

IFileCompareResultBean - Interface in de.alpharogroup.file.compare.interfaces
The Interface IFileCompareResultBean.
IFileContentResultBean - Interface in de.alpharogroup.file.compare.interfaces
The Interface IFileContentResultBean.
inputStream2String(InputStream) - Static method in class de.alpharogroup.file.read.ReadFileUtils
The Method inputStream2String() reads the data from the InputStream into a String.
inputStream2String(InputStream, Charset) - Static method in class de.alpharogroup.file.read.ReadFileUtils
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.
isEar(URL) - Static method in class de.alpharogroup.file.url.URLExtensions
Checks if is ear.
isIgnoreContentEquality() - Method in class de.alpharogroup.file.search.SearchFileAttributesBean
Checks if is ignore content equality.
isIgnoreExtensionEquality() - Method in class de.alpharogroup.file.search.SearchFileAttributesBean
Checks if is ignore extension equality.
isIgnoreLastModified() - Method in class de.alpharogroup.file.search.SearchFileAttributesBean
Checks if is ignore last modified.
isIgnoreLengthEquality() - Method in class de.alpharogroup.file.search.SearchFileAttributesBean
Checks if is ignore length equality.
isIgnoreNameEquality() - Method in class de.alpharogroup.file.search.SearchFileAttributesBean
Checks if is ignore name equality.
isJar(URL) - Static method in class de.alpharogroup.file.url.URLExtensions
Checks if is jar.
isOpen(File) - Static method in class de.alpharogroup.file.FileUtils
Not yet implemented.
isWar(URL) - Static method in class de.alpharogroup.file.url.URLExtensions
Checks if is war.
isZip(String) - Static method in class de.alpharogroup.file.zip.ZipUtils
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

listDirs(File) - Static method in class de.alpharogroup.file.search.FileSearchUtils
List the directories from the given file(directory).
LOGGER - Static variable in class de.alpharogroup.file.checksum.ChecksumUtils
The LOGGER.

M

main(String[]) - Static method in class de.alpharogroup.export.excel.poi.ExportExcelExtensions
The main method.
main(String[]) - Static method in class de.alpharogroup.file.checksum.ChecksumUtils
The main method.
match(String, String[]) - Static method in class de.alpharogroup.file.search.FileSearchUtils
Checks the given String matches the given suffixes.
moveFile(File, File) - Static method in class de.alpharogroup.file.rename.RenameFileUtils
Moves the given source file to the destination Directory.

N

newBackupOf(File, Charset, Charset) - Static method in class de.alpharogroup.file.copy.CopyFileUtils
Creates a backup file in the same directory with the same name of the given file and with the extension of '*.bak'.
newBackupOf(File) - Static method in class de.alpharogroup.file.properties.PropertiesFileUtils
Creates a backup file from the given properties file.
newCellStyle(Workbook, String, short, short) - Static method in class de.alpharogroup.export.excel.poi.ExcelPoiFactory
Creates a new CellStyle from the given parameters.
newConstantsFromStringList(List<String>, String, String, boolean) - Static method in class de.alpharogroup.file.GeneratorUtils
Creates a String list with the String constants from the given String list.
newcreateStaticArrayVariable(String, List<String>) - Static method in class de.alpharogroup.file.GeneratorUtils
Creates a String for a constant Stringarray to be inserted in java-file.
newDateCellStyle(Workbook, String) - Static method in class de.alpharogroup.export.excel.poi.ExcelPoiFactory
Creates a new CellStyle with the given date format.
newDirectories(Collection<File>) - Static method in class de.alpharogroup.file.create.CreateFileUtils
Creates the directories.
newDirectoriesQuietly(Collection<File>) - Static method in class de.alpharogroup.file.create.CreateFileUtils
Creates the directories.
newDirectory(File) - Static method in class de.alpharogroup.file.create.CreateFileUtils
Creates a new directory.
newDirectoryQuietly(File) - Static method in class de.alpharogroup.file.create.CreateFileUtils
Creates a new directory quietly.
newFile(File) - Static method in class de.alpharogroup.file.create.CreateFileUtils
Creates an empty file if the File does not exists otherwise it lets the file as it is.
newFileQuietly(File) - Static method in class de.alpharogroup.file.create.CreateFileUtils
Creates an empty file quietly 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.CreateFileUtils
Creates all files contained in the collection as empty files if the files does not exists otherwise it lets the files as they are.
newFont(Workbook, String, short, short) - Static method in class de.alpharogroup.export.excel.poi.ExcelPoiFactory
Creates a new font from the given parameters.
newHSSFWorkbook(File) - Static method in class de.alpharogroup.export.excel.poi.ExcelPoiFactory
Creates a new HSSFWorkbook from the given file.
newHSSFWorkbook(String) - Static method in class de.alpharogroup.export.excel.poi.ExcelPoiFactory
Creates a new HSSFWorkbook from the given file name.
newParentDirectories(File) - Static method in class de.alpharogroup.file.create.CreateFileUtils
Creates the parent directories from the given file.
newSheet(Workbook, String) - Static method in class de.alpharogroup.export.excel.poi.ExcelPoiFactory
Creates a new Sheet with the given name.
newXSSFWorkbook(File) - Static method in class de.alpharogroup.export.excel.poi.ExcelPoiFactory
Creates a new HSSFWorkbook from the given file.

O

openFileReader(String) - Static method in class de.alpharogroup.file.read.ReadFileUtils
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.
PropertiesFileUtils - Class in de.alpharogroup.file.properties
 
PropertiesFileUtils() - Constructor for class de.alpharogroup.file.properties.PropertiesFileUtils
 
Protocol - Enum in de.alpharogroup.file.url
The Enum Protocol represents protocols from an url.

R

read() - Method in class de.alpharogroup.file.zip.ZipDecryptInputStream
 
readDataFromCVSFileToList(File, int, boolean, String) - Static method in class de.alpharogroup.file.csv.CsvFileUtils
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.CsvFileUtils
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.ReadFileUtils
The Method reader2String() reads the data from the Reader into a String.
readFilelistToProperties(File) - Static method in class de.alpharogroup.file.csv.CsvFileUtils
Read filelist to properties.
readFileToBytearray(File) - Static method in class de.alpharogroup.file.read.ReadFileUtils
Get a byte array from the given file.
readFileToList(File) - Static method in class de.alpharogroup.file.csv.CsvFileUtils
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.CsvFileUtils
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.CsvFileUtils
Reads every line from the given File into a List of String arrays and returns the List.
ReadFileUtils - Class in de.alpharogroup.file.read
The Class ReadFileUtils helps you reading files.
readFromFile(File) - Static method in class de.alpharogroup.file.read.ReadFileUtils
The Method readFromFile() reads the filecontent to a String.
readFromFile(File, Charset) - Static method in class de.alpharogroup.file.read.ReadFileUtils
 
readHeadLine(String) - Static method in class de.alpharogroup.file.read.ReadFileUtils
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.CsvFileUtils
Reads every line from the File and puts them to the List.
readLinesInList(File) - Static method in class de.alpharogroup.file.read.ReadFileUtils
Reads every line from the File and puts them to the List.
readLinesInList(File, boolean) - Static method in class de.alpharogroup.file.read.ReadFileUtils
Reads every line from the File and puts them to the List.
readLinesInList(InputStream) - Static method in class de.alpharogroup.file.read.ReadFileUtils
Reads every line from the given InputStream and puts them to the List.
readLinesInList(InputStream, boolean) - Static method in class de.alpharogroup.file.read.ReadFileUtils
Reads every line from the given InputStream and puts them to the List.
readPropertiesFromFile(String) - Static method in class de.alpharogroup.file.read.ReadFileUtils
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.WriteFileUtils
Writes the source file with the best performance to the destination file.
removeComments(File) - Static method in class de.alpharogroup.file.properties.PropertiesFileUtils
Removes the comments from the given properties file.
renameFile(File, File) - Static method in class de.alpharogroup.file.rename.RenameFileUtils
This method renames a given file.
renameFile(File, File, boolean) - Static method in class de.alpharogroup.file.rename.RenameFileUtils
This method renames a given file.
renameFile(File, String) - Static method in class de.alpharogroup.file.rename.RenameFileUtils
This method renames a given file.
RenameFileUtils - Class in de.alpharogroup.file.rename
The Class RenameFileUtils helps you to rename files or directories.
renameFileWithSystemtime(File) - Static method in class de.alpharogroup.file.rename.RenameFileUtils
Renames the given file and add to the filename the systemtime.
replaceNullCellsIntoEmptyCells(File) - Static method in class de.alpharogroup.export.excel.poi.ExportExcelExtensions
Replace null cells into empty cells.

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
Instantiates a new search file attributes bean.
setAbsolutePathEquality(Boolean) - Method in class de.alpharogroup.file.compare.FileCompareResultBean
 
setAbsolutePathEquality(Boolean) - Method in interface de.alpharogroup.file.compare.interfaces.IFileCompareResultBean
Sets the absolute path equality.
setColumnTypes(String[]) - Method in class de.alpharogroup.file.csv.CsvBean
Sets the column types.
setColumnTypesEdit(String[]) - Method in class de.alpharogroup.file.csv.CsvBean
Sets the column types edit.
setCompressionMethod(int) - Method in interface de.alpharogroup.file.zip.ZipModel
Sets the field compressionMethod.
setCompressionMethod(int) - Method in class de.alpharogroup.file.zip.Zipper
Sets the compression method.
setContentEquality(boolean) - Method in class de.alpharogroup.file.compare.FileContentResultBean
Sets the content equality.
setContentEquality(boolean) - Method in interface de.alpharogroup.file.compare.interfaces.IFileContentResultBean
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
Sets the directory to zip.
setDirToStart(String) - Method in interface de.alpharogroup.file.zip.ZipModel
Sets the field dirToStart.
setDirToStart(String) - Method in class de.alpharogroup.file.zip.Zipper
Sets the dir to start.
setFileCounter(int) - Method in interface de.alpharogroup.file.zip.ZipModel
Sets the field fileCounter.
setFileCounter(int) - Method in class de.alpharogroup.file.zip.Zipper
Sets the file counter.
setFileExtensionEquality(Boolean) - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Sets the file extension equality.
setFileExtensionEquality(Boolean) - Method in interface de.alpharogroup.file.compare.interfaces.IFileCompareResultBean
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
Sets the file filter.
setFileLength(long) - Method in interface de.alpharogroup.file.zip.ZipModel
Sets the field fileLength.
setFileLength(long) - Method in class de.alpharogroup.file.zip.Zipper
Sets the file length.
setHeaders(String[]) - Method in class de.alpharogroup.file.csv.CsvBean
Sets the headers.
setLastModifiedEquality(Boolean) - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Sets the last modified equality.
setLastModifiedEquality(Boolean) - Method in interface de.alpharogroup.file.compare.interfaces.IFileCompareResultBean
Sets the last modified equality.
setLengthEquality(Boolean) - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Sets the length equality.
setLengthEquality(Boolean) - Method in interface de.alpharogroup.file.compare.interfaces.IFileCompareResultBean
Sets the length equality.
setLineOrder(Map<Integer, Integer>) - Method in class de.alpharogroup.file.csv.CsvBean
Sets the line order.
setLines(List<String[]>) - Method in class de.alpharogroup.file.csv.CsvBean
Sets the lines.
setNameEquality(Boolean) - Method in class de.alpharogroup.file.compare.FileCompareResultBean
Sets the name equality.
setNameEquality(Boolean) - Method in interface de.alpharogroup.file.compare.interfaces.IFileCompareResultBean
Sets the name equality.
setPassword(String) - Method in class de.alpharogroup.file.zip.Unzipper
Sets the password.
setToDir(File) - Method in class de.alpharogroup.file.zip.Unzipper
Sets the field toDir.
setZipFile(ZipFile) - Method in class de.alpharogroup.file.zip.Unzipper
Sets the field zipFile.
setZipFile(File) - Method in interface de.alpharogroup.file.zip.ZipModel
Sets the field zipFile.
setZipFile(File) - Method in class de.alpharogroup.file.zip.Zipper
Sets the zip file.
setZipFileComment(String) - Method in interface de.alpharogroup.file.zip.ZipModel
Sets the field zipFileComment.
setZipFileComment(String) - Method in class de.alpharogroup.file.zip.Zipper
Sets the zip file comment.
setZipFileName(String) - Method in interface de.alpharogroup.file.zip.ZipModel
Sets the field zipFileName.
setZipFileName(String) - Method in class de.alpharogroup.file.zip.Zipper
Sets the zip file name.
setZipFileObj(ZipFile) - Method in interface de.alpharogroup.file.zip.ZipModel
Sets the field zipFileObj.
setZipFileObj(ZipFile) - Method in class de.alpharogroup.file.zip.Zipper
Sets the field zipFileObj.
setZipLevel(int) - Method in interface de.alpharogroup.file.zip.ZipModel
Sets the field zipLevel.
setZipLevel(int) - Method in class de.alpharogroup.file.zip.Zipper
Sets the zip level.
simpleCompareFiles(File, File) - Static method in class de.alpharogroup.file.compare.CompareFileUtils
Simple comparing the given files.
SimpleCompareFileUtils - Class in de.alpharogroup.file.compare
The Class SimpleCompareFileUtils.
SLASH - Static variable in class de.alpharogroup.file.FileConst
Constant for the slash. current value:"/"
sortData(File, String) - Static method in class de.alpharogroup.file.csv.CsvFileUtils
Read an csv-file and puts them in a String-array.
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_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.WriteFileUtils
Saves a byte array to the given file.
storeFilelistToProperties(File, File, String) - Static method in class de.alpharogroup.file.csv.CsvFileUtils
Stores a komma seperated file to a properties object.
string2File(File, String) - Static method in class de.alpharogroup.file.write.WriteFileUtils
The Method string2File(File, String) writes the String to the File.
string2File(File, String, String) - Static method in class de.alpharogroup.file.write.WriteFileUtils
The Method string2File(File, String) writes the String to the File.
string2File(String, String) - Static method in class de.alpharogroup.file.write.WriteFileUtils
The Method string2File() writes a String to the file.

T

toByteArray(File) - Static method in class de.alpharogroup.file.read.ReadFileUtils
Get a byte array from the given file.
toByteArray(InputStream) - Static method in class de.alpharogroup.file.read.ReadFileUtils
Get a byte array from the given InputStream.
toString() - Method in class de.alpharogroup.file.csv.CsvBean
(non-Javadoc).

U

unzip() - Method in class de.alpharogroup.file.zip.Unzipper
Unzip.
unzip(File, File, String) - Method in class de.alpharogroup.file.zip.Unzipper
Unzip.
unzip(File, File, String, Charset) - 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.ZipUtils
Unzip.
Unzipper - Class in de.alpharogroup.file.zip
The Class Unzipper.
Unzipper() - Constructor for class de.alpharogroup.file.zip.Unzipper
Instantiates a new unzipper.
Unzipper(ZipFile, File) - Constructor for class de.alpharogroup.file.zip.Unzipper
Instantiates a new unzipper.
URLExtensions - Class in de.alpharogroup.file.url
The Class URLUtils.
URLExtensions() - Constructor for class de.alpharogroup.file.url.URLExtensions
 

V

validateEquality(IFileCompareResultBean) - Static method in class de.alpharogroup.file.compare.CompareFileUtils
Validates the files encapsulated in the IFileCompareResultBean for simple equality.
validateEquality(IFileContentResultBean) - Static method in class de.alpharogroup.file.compare.CompareFileUtils
Validates the files encapsulated in the IFileCompareResultBean for total equality.
valueOf(String) - Static method in enum de.alpharogroup.file.url.Protocol
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.alpharogroup.file.url.Protocol
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

write2File(Reader, Writer, boolean) - Static method in class de.alpharogroup.file.write.WriteFileUtils
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.WriteFileUtils
The Method write2File(String, String) copys a file from one filename to another.
write2File(String, Writer, boolean) - Static method in class de.alpharogroup.file.write.WriteFileUtils
The Method write2File() writes the File into the PrintWriter.
write2FileWithBuffer(String, String) - Static method in class de.alpharogroup.file.write.WriteFileUtils
The Method write2FileWithBuffer() copy the content from one file to another.
writeByteArrayToFile(File, byte[]) - Static method in class de.alpharogroup.file.write.WriteFileUtils
Writes the given byte array to the given file.
writeByteArrayToFile(String, byte[]) - Static method in class de.alpharogroup.file.write.WriteFileUtils
Writes the given byte array to a file.
WriteFileUtils - Class in de.alpharogroup.file.write
The Class WriteFileUtils provides methods for writing in files.
writeLines(File, Set<String>, String) - Static method in class de.alpharogroup.file.csv.CsvFileUtils
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.CsvFileUtils
Writes all the String-object in the collection into the given file.
writeLinesToFile(Collection<String>, File) - Static method in class de.alpharogroup.file.write.WriteFileUtils
Writes the input from the collection into the file.
writeLinesToFile(Collection<String>, File, String) - Static method in class de.alpharogroup.file.write.WriteFileUtils
Writes the input from the collection into the file.
writeLinesToFile(File, List<String>, String) - Static method in class de.alpharogroup.file.write.WriteFileUtils
Writes the input from the collection into the file.
writeProperties2File(String, Properties) - Static method in class de.alpharogroup.file.write.WriteFileUtils
The Method writeProperties2File(String, Properties) writes the Properties to the file.
writeStringToFile(File, String, String) - Static method in class de.alpharogroup.file.write.WriteFileUtils
The Method writeStringToFile(File, String, String) writes the String to the File.
writeWorkbook(Workbook, File) - Static method in class de.alpharogroup.export.excel.poi.ExcelPoiFactory
Writes the given Workbook to the given file.

Z

zip() - Method in class de.alpharogroup.file.zip.Zipper
Zip.
zip(File, File) - Static method in class de.alpharogroup.file.zip.ZipUtils
Zip the given file.
zip(File, File, FilenameFilter) - Static method in class de.alpharogroup.file.zip.ZipUtils
Zip the given file.
zip(File, File, FilenameFilter, boolean) - Static method in class de.alpharogroup.file.zip.ZipUtils
Zip the given file.
Zip4jUtils - Class in de.alpharogroup.file.zip
The Class Zip4jUtils.
Zip4jUtils() - Constructor for class de.alpharogroup.file.zip.Zip4jUtils
 
ZIP_EXTENSIONS - Static variable in class de.alpharogroup.file.FileConst
String array with a few extensions from zip-files.
ZipDecryptInputStream - Class in de.alpharogroup.file.zip
The Class ZipDecryptInputStream is from the blog from Martin's Weekend Coding from 'http://blog.alutam.com/2009/10/31/reading-password-protected-zip-files-in-java/'.
ZipDecryptInputStream(InputStream, String) - Constructor for class de.alpharogroup.file.zip.ZipDecryptInputStream
Instantiates a new zip decrypt input stream.
zipFiles(ZipFile, File...) - Static method in class de.alpharogroup.file.zip.Zip4jUtils
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.Zip4jUtils
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.Zip4jUtils
Adds a file or several files to the given zip file.
ZipModel - Interface in de.alpharogroup.file.zip
The Interface ZipModel.
Zipper - Class in de.alpharogroup.file.zip
The Class Zipper.
Zipper(File, File) - Constructor for class de.alpharogroup.file.zip.Zipper
Instantiates a new zipper.
Zipper(File, File, FilenameFilter) - Constructor for class de.alpharogroup.file.zip.Zipper
Instantiates a new zipper.
ZipUtils - Class in de.alpharogroup.file.zip
The Class ZipUtils provides functionality for ziping and unzipping 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

Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrängt). All rights reserved.