- 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.
- ChecksumExtensions - Class in de.alpharogroup.file.checksum
-
The class
ChecksumExtensions is a utility class for computing checksum from files and
byte arrays.
- ChecksumExtensions() - Constructor for class de.alpharogroup.file.checksum.ChecksumExtensions
-
- ChecksumQuietlyExtensions - Class in de.alpharogroup.file.checksum
-
The class
ChecksumQuietlyExtensions is a utility class for computing checksum from files
and byte arrays in a quietly manner as the name let presume.
- ChecksumQuietlyExtensions() - Constructor for class de.alpharogroup.file.checksum.ChecksumQuietlyExtensions
-
- clone() - Method in class de.alpharogroup.file.csv.CsvBean
- close() - Method in class de.alpharogroup.file.zip.ZipDecryptInputStream
-
Deprecated.
- 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
-
- CompareFileExtensions() - Constructor for class de.alpharogroup.file.compare.CompareFileExtensions
-
- 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.
- 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
-
- CopyFileExtensions() - Constructor for class de.alpharogroup.file.copy.CopyFileExtensions
-
- 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.
- CreateFileExtensions - Class in de.alpharogroup.file.create
-
- CreateFileExtensions() - Constructor for class de.alpharogroup.file.create.CreateFileExtensions
-
- CsvBean - Class in de.alpharogroup.file.csv
-
- CsvBean(String[], String[], List<String[]>) - Constructor for class de.alpharogroup.file.csv.CsvBean
-
- CsvBean(String[], String[], String[], List<String[]>) - Constructor for class de.alpharogroup.file.csv.CsvBean
-
- CsvFileExtensions - Class in de.alpharogroup.file.csv
-
Utility class for the use of cvs-files.
- CsvFileExtensions() - Constructor for class de.alpharogroup.file.csv.CsvFileExtensions
-
- CsvToSqlExtensions - Class in de.alpharogroup.file.csv
-
- CsvToSqlExtensions() - Constructor for class de.alpharogroup.file.csv.CsvToSqlExtensions
-
- de.alpharogroup.export.excel.poi - package de.alpharogroup.export.excel.poi
-
Provides classes for export excel files
- 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.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.url - package de.alpharogroup.file.url
-
Provides classes and enums for protocol of url and resolving the file type from a given url object
- 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
-
- DeleteFileExtensions() - Constructor for class de.alpharogroup.file.delete.DeleteFileExtensions
-
- 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.
- 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.FileExtensions
-
Downloads Data from the given URI.
- 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
-
Utility class for the use of File object.
- 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.
- FileSearchExtensions - Class in de.alpharogroup.file.search
-
- FileSearchExtensions() - Constructor for class de.alpharogroup.file.search.FileSearchExtensions
-
- 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.
- GeneratorExtensions - Class in de.alpharogroup.file
-
- GeneratorExtensions() - Constructor for class de.alpharogroup.file.GeneratorExtensions
-
- 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.FileExtensions
-
Gets the absolut path without the filename.
- getAbsolutPathWithoutFilename(File) - Static method in class de.alpharogroup.file.rename.RenameFileExtensions
-
- 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.
- getChecksum(byte[], Algorithm) - Static method in class de.alpharogroup.file.checksum.ChecksumExtensions
-
Gets the checksum from the given byte array with an instance of.
- getChecksum(byte[], String) - Static method in class de.alpharogroup.file.checksum.ChecksumExtensions
-
Gets the checksum from the given byte array with an instance of.
- getChecksum(Byte[], Algorithm) - Static method in class de.alpharogroup.file.checksum.ChecksumExtensions
-
Gets the checksum from the given byte array with an instance of.
- getChecksum(Byte[], String) - Static method in class de.alpharogroup.file.checksum.ChecksumExtensions
-
Gets the checksum from the given byte array with an instance of.
- getChecksum(File, Algorithm) - Static method in class de.alpharogroup.file.checksum.ChecksumExtensions
-
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.ChecksumExtensions
-
Gets the checksum from the given file.
- getChecksum(File, String) - Static method in class de.alpharogroup.file.checksum.ChecksumExtensions
-
Gets the checksum from the given file with an instance of the given algorithm.
- getCheckSumAdler32(byte[]) - Static method in class de.alpharogroup.file.checksum.ChecksumExtensions
-
Gets the checksum from the given byte array with an instance of.
- getCheckSumAdler32(File) - Static method in class de.alpharogroup.file.checksum.ChecksumExtensions
-
Gets the checksum from the given file with an instance of.
- getCheckSumCRC32(byte[]) - Static method in class de.alpharogroup.file.checksum.ChecksumExtensions
-
Gets the checksum from the given byte array with an instance of.
- getCheckSumCRC32(File) - Static method in class de.alpharogroup.file.checksum.ChecksumExtensions
-
Gets the checksum from the given file with an instance of.
- getChecksumQuietly(byte[], Algorithm) - Static method in class de.alpharogroup.file.checksum.ChecksumExtensions
-
- getChecksumQuietly(byte[], String) - Static method in class de.alpharogroup.file.checksum.ChecksumExtensions
-
- getChecksumQuietly(Byte[], String) - Static method in class de.alpharogroup.file.checksum.ChecksumExtensions
-
- getChecksumQuietly(File, Algorithm) - Static method in class de.alpharogroup.file.checksum.ChecksumExtensions
-
- getChecksumQuietly(byte[], Algorithm) - Static method in class de.alpharogroup.file.checksum.ChecksumQuietlyExtensions
-
Gets the checksum quietly from the given byte array with an instance of.
- getChecksumQuietly(byte[], String) - Static method in class de.alpharogroup.file.checksum.ChecksumQuietlyExtensions
-
Gets the checksum quietly from the given byte array with an instance of.
- getChecksumQuietly(Byte[], String) - Static method in class de.alpharogroup.file.checksum.ChecksumQuietlyExtensions
-
Gets the checksum quietly from the given byte array with an instance of.
- getChecksumQuietly(File, Algorithm) - Static method in class de.alpharogroup.file.checksum.ChecksumQuietlyExtensions
-
Gets the checksum quietly from the given file with an instance of the given algorithm.
- getCompressionMethod() - Method in interface de.alpharogroup.file.zip.ZipModel
-
Returns the field compressionMethod.
- 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.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.
- getDirToStart() - Method in interface de.alpharogroup.file.zip.ZipModel
-
Returns the field dirToStart.
- 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.
- 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.
- getFileLength() - Method in interface de.alpharogroup.file.zip.ZipModel
-
Returns the field fileLength.
- 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.
- getFilename(URL) - Static method in class de.alpharogroup.file.url.URLExtensions
-
Deprecated.
Gets the filename from the given url object.
- 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.
- 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.
- 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.CsvFileExtensions
-
Gets the line count from csv file.
- 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.
- 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 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.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
-
Gets the temporary directory from the system as File object.
- getZipFile() - Method in interface de.alpharogroup.file.zip.ZipModel
-
Returns the field zipFile.
- getZipFileComment() - Method in interface de.alpharogroup.file.zip.ZipModel
-
Returns the field zipFileComment.
- getZipFileName() - Method in interface de.alpharogroup.file.zip.ZipModel
-
Returns the field zipFileName.
- getZipFileObj() - Method in interface de.alpharogroup.file.zip.ZipModel
-
Returns the field zipFileObj.
- getZipLevel() - Method in interface de.alpharogroup.file.zip.ZipModel
-
Returns the field zipLevel.
- 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'.
- newCellStyle(Workbook, String, boolean, 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.GeneratorExtensions
-
Creates a String list with the String constants from the given String list.
- newcreateStaticArrayVariable(String, List<String>) - Static method in class de.alpharogroup.file.GeneratorExtensions
-
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.CreateFileExtensions
-
Creates the directories.
- newDirectoriesQuietly(Collection<File>) - Static method in class de.alpharogroup.file.create.CreateFileExtensions
-
Creates the directories.
- newDirectory(File) - Static method in class de.alpharogroup.file.create.CreateFileExtensions
-
Creates a new directory.
- newDirectoryQuietly(File) - Static method in class de.alpharogroup.file.create.CreateFileExtensions
-
Creates a new directory quietly.
- newFile(File) - Static method in class de.alpharogroup.file.create.CreateFileExtensions
-
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.CreateFileExtensions
-
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.CreateFileExtensions
-
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, boolean, 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.CreateFileExtensions
-
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.
- read() - Method in class de.alpharogroup.file.zip.ZipDecryptInputStream
-
Deprecated.
- read(byte[], int, int) - Method in class de.alpharogroup.file.zip.ZipDecryptInputStream
-
Deprecated.
- 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
-
- ReadFileExtensions() - Constructor for class de.alpharogroup.file.read.ReadFileExtensions
-
- 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
-
- readSourceFileAndWriteDestFile(String, String) - Static method in class de.alpharogroup.file.write.WriteFileQuietlyExtensions
-
Writes the source file with the best performance to the destination file.
- REGEX_VALIDATION_MD5 - Static variable in class de.alpharogroup.file.checksum.ChecksumExtensions
-
The constant REGEX_VALIDATION_MD5.
- REGEX_VALIDATION_SHA1 - Static variable in class de.alpharogroup.file.checksum.ChecksumExtensions
-
The constant REGEX_VALIDATION_SHA1.
- REGEX_VALIDATION_SHA512 - Static variable in class de.alpharogroup.file.checksum.ChecksumExtensions
-
The constant REGEX_VALIDATION_SHA512.
- 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
-
- RenameFileExtensions() - Constructor for class de.alpharogroup.file.rename.RenameFileExtensions
-
- renameFileWithSystemtime(File) - Static method in class de.alpharogroup.file.rename.RenameFileExtensions
-
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.
- SearchFileAttributesBean - Class in de.alpharogroup.file.search
-
- SearchFileAttributesBean() - Constructor for class de.alpharogroup.file.search.SearchFileAttributesBean
-
- 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.
- setCompressionMethod(int) - Method in interface de.alpharogroup.file.zip.ZipModel
-
Sets the field compressionMethod.
- 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.
- setDirToStart(String) - Method in interface de.alpharogroup.file.zip.ZipModel
-
Sets the field dirToStart.
- setFileCounter(int) - Method in interface de.alpharogroup.file.zip.ZipModel
-
Sets the field fileCounter.
- 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.
- setFileLength(long) - Method in interface de.alpharogroup.file.zip.ZipModel
-
Sets the field fileLength.
- 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.
- 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.
- setZipFile(File) - Method in interface de.alpharogroup.file.zip.ZipModel
-
Sets the field zipFile.
- setZipFileComment(String) - Method in interface de.alpharogroup.file.zip.ZipModel
-
Sets the field zipFileComment.
- setZipFileName(String) - Method in interface de.alpharogroup.file.zip.ZipModel
-
Sets the field zipFileName.
- setZipFileObj(ZipFile) - Method in interface de.alpharogroup.file.zip.ZipModel
-
Sets the field zipFileObj.
- setZipLevel(int) - Method in interface de.alpharogroup.file.zip.ZipModel
-
Sets the field zipLevel.
- SimpleCompareFileExtensions - Class in de.alpharogroup.file.compare
-
- SimpleCompareFileExtensions() - Constructor for class de.alpharogroup.file.compare.SimpleCompareFileExtensions
-
- 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
-
- SortFileExtensions() - Constructor for class de.alpharogroup.file.sort.SortFileExtensions
-
- 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
-
- storeByteArrayToFile(byte[], File) - Static method in class de.alpharogroup.file.write.WriteFileQuietlyExtensions
-
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
-
- string2File(File, String, String) - Static method in class de.alpharogroup.file.write.WriteFileExtensions
-
- string2File(String, String) - Static method in class de.alpharogroup.file.write.WriteFileExtensions
-
- string2File(File, String) - Static method in class de.alpharogroup.file.write.WriteFileQuietlyExtensions
-
The Method string2File(File, String) writes the String to the File.
- string2File(File, String, String) - Static method in class de.alpharogroup.file.write.WriteFileQuietlyExtensions
-
The Method string2File(File, String) writes the String to the File.
- string2File(String, String) - Static method in class de.alpharogroup.file.write.WriteFileQuietlyExtensions
-
The Method string2File() writes a String to the file.
- write(InputStream, OutputStream) - Static method in class de.alpharogroup.file.write.WriteFileExtensions
-
Writes the given input stream to the output stream.
- write2File(Reader, Writer, boolean) - Static method in class de.alpharogroup.file.write.WriteFileExtensions
-
- write2File(Reader, Writer) - Static method in class de.alpharogroup.file.write.WriteFileExtensions
-
- write2File(String, String) - Static method in class de.alpharogroup.file.write.WriteFileExtensions
-
- write2File(String, Writer, boolean) - Static method in class de.alpharogroup.file.write.WriteFileExtensions
-
- write2File(String, Writer) - Static method in class de.alpharogroup.file.write.WriteFileExtensions
-
- write2File(Reader, Writer) - Static method in class de.alpharogroup.file.write.WriteFileQuietlyExtensions
-
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.WriteFileQuietlyExtensions
-
The Method write2File(String, String) copys a file from one filename to another.
- write2File(String, Writer) - Static method in class de.alpharogroup.file.write.WriteFileQuietlyExtensions
-
The Method write2File() writes the File into the PrintWriter.
- write2FileWithBuffer(String, String) - Static method in class de.alpharogroup.file.write.WriteFileExtensions
-
- write2FileWithBuffer(String, String) - Static method in class de.alpharogroup.file.write.WriteFileQuietlyExtensions
-
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
-
- WriteFileExtensions() - Constructor for class de.alpharogroup.file.write.WriteFileExtensions
-
- WriteFileQuietlyExtensions - Class in de.alpharogroup.file.write
-
- WriteFileQuietlyExtensions() - Constructor for class de.alpharogroup.file.write.WriteFileQuietlyExtensions
-
- 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
-
- writeLinesToFile(Collection<String>, File, String) - Static method in class de.alpharogroup.file.write.WriteFileExtensions
-
- writeLinesToFile(File, List<String>, String) - Static method in class de.alpharogroup.file.write.WriteFileExtensions
-
- writeLinesToFile(Collection<String>, File) - Static method in class de.alpharogroup.file.write.WriteFileQuietlyExtensions
-
Writes the input from the collection into the file.
- writeLinesToFile(Collection<String>, File, String) - Static method in class de.alpharogroup.file.write.WriteFileQuietlyExtensions
-
Writes the input from the collection into the file.
- writeLinesToFile(File, List<String>, String) - Static method in class de.alpharogroup.file.write.WriteFileQuietlyExtensions
-
Writes the input from the collection into the file.
- writeProperties2File(String, Properties) - Static method in class de.alpharogroup.file.write.WriteFileExtensions
-
- writeProperties2File(String, Properties) - Static method in class de.alpharogroup.file.write.WriteFileQuietlyExtensions
-
The Method writeProperties2File(String, Properties) writes the Properties to the file.
- writeStringToFile(File, String, String) - Static method in class de.alpharogroup.file.write.WriteFileExtensions
-
- writeStringToFile(File, String, String) - Static method in class de.alpharogroup.file.write.WriteFileQuietlyExtensions
-
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.