| AbstractFilenameGenerator |
Ancestor for filename generators.
|
| AbstractFilenameGeneratorWithDirectory |
Ancestor for filename generators that use a directory.
|
| AbstractFilenameGeneratorWithExtension |
Ancestor for filename generators that require a provided extension.
|
| BufferedFileWriter |
|
| Bzip2Utils |
Helper class for bzip2 related operations.
|
| ConsoleHelper |
Helper for input in a terminal.
|
| DefaultFilenameGenerator |
The default generator for database ID and ID handlers.
|
| FileComparator |
Comparator for files.
|
| FilenameProposer |
A helper class for proposing file names.
|
| FileObjectComparator |
|
| FileUtils |
Utility class for I/O related actions.
|
| FixedFilenameGenerator |
Simple concatenates directory, provided name and extension.
|
| FlowFile |
A specialized File class used for flows.
|
| GzipUtils |
Helper class for gzip related operations.
|
| IcePDF |
Helper class for IcePDF.
|
| iTextPDF |
Helper class for iTextPDF.
|
| LocalFileObject |
Wraps a local file and avoids costly API calls by caching values.
|
| LogEntryWriter |
Helper class for writing log entries to a file (in CSV format).
|
| LzfUtils |
Helper class for LZF related operations.
|
| LzmaUtils |
Helper class for lzma related operations.
|
| MetaDataFileUtils |
Helper class for locating meta-data files.
|
| NullFilenameGenerator |
Dummy filename generator, always outputs null.
|
| PDFBox |
Helper class for PDFBox library.
|
| PdfFont |
A helper class for PDF fonts.
|
| PlaceholderDirectory |
A specialized File class used for selecting directories with the GOE.
|
| PlaceholderFile |
A specialized File class makes use of system-wide defined placeholders.
|
| RarUtils |
A helper class for RAR-file related tasks.
|
| RarUtils.DummyUnrarCallback |
Dummy class.
|
| ReportFieldFilenameGenerator |
Obtains the filename from a field in the attached report.
|
| SftpFileObject |
Wrapper for remote SFTP files.
|
| SimpleFilenameGenerator |
Simple generator that assembles filename based on output dir, prefix, current object (string representation), suffix and extension.
|
| SimpleFixedFilenameGenerator |
Simply returns the supplied file name.
|
| SimpleObjectToStringFilenameGenerator |
Simple generator that just turns the incoming object into a string using the 'toString()' method.
|
| SmbFileObject |
Wrapper for remote SMB files.
|
| TarArchiveManager |
Manages tar files.
|
| TarUtils |
A helper class for Tar-file related tasks.
|
| Tee |
This class pipelines print/println's to several PrintStreams.
|
| TempUtils |
Functionality related to temporary directory and temporary files.
|
| TimestampFilenameGenerator |
Generator that assembles a filename based on output dir, prefix, current timestamp (according to format string), suffix and extension.
|
| XzUtils |
Helper class for xz related operations.
|
| ZipArchiveManager |
Manages zip files.
|
| ZipUtils |
A helper class for ZIP-file related tasks.
|
| ZstdUtils |
Helper class for zstd related operations.
|