Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
I
L
M
O
R
S
T
U
V
Z
A
AbstractMultiCompress
- Class in
adams.flow.transformer
Abstract ancestor for compression algorithms that allow the compression of multiple files (incl directory structure).
AbstractMultiCompress()
- Constructor for class adams.flow.transformer.
AbstractMultiCompress
AbstractMultiDecompress
- Class in
adams.flow.transformer
Ancestor for compression schemes that manage archives with multiple files (incl directory structure) like zip archives.
AbstractMultiDecompress()
- Constructor for class adams.flow.transformer.
AbstractMultiDecompress
AbstractSingleCompress
- Class in
adams.flow.transformer
Ancestor for compression algorithms that only take a single file, like gzip.
AbstractSingleCompress()
- Constructor for class adams.flow.transformer.
AbstractSingleCompress
AbstractSingleDecompress
- Class in
adams.flow.transformer
Ancestor for decompression algorithms that only work with archives that consists of a single file, like gunzip.
AbstractSingleDecompress()
- Constructor for class adams.flow.transformer.
AbstractSingleDecompress
accepts()
- Method in class adams.flow.transformer.
AbstractMultiCompress
Returns the class that the consumer accepts.
accepts()
- Method in class adams.flow.transformer.
AbstractMultiDecompress
Returns the class that the consumer accepts.
accepts()
- Method in class adams.flow.transformer.
AbstractSingleCompress
Returns the class that the consumer accepts.
accepts()
- Method in class adams.flow.transformer.
AbstractSingleDecompress
Returns the class that the consumer accepts.
adams.core.io
- package adams.core.io
adams.flow.transformer
- package adams.flow.transformer
adams.gui.tools.previewbrowser
- package adams.gui.tools.previewbrowser
alternativeFilenameTipText()
- Method in class adams.flow.transformer.
AbstractSingleDecompress
Returns the tip text for this property.
alternativeFilenameTipText()
- Method in class adams.flow.transformer.
GUNZIP
Returns the tip text for this property.
alternativeFilenameTipText()
- Method in class adams.flow.transformer.
UnBzip2
Returns the tip text for this property.
alternativeFilenameTipText()
- Method in class adams.flow.transformer.
UnLzf
Returns the tip text for this property.
alternativeFilenameTipText()
- Method in class adams.flow.transformer.
UnLzma
Returns the tip text for this property.
alternativeOutputDirTipText()
- Method in class adams.flow.transformer.
AbstractSingleDecompress
Returns the tip text for this property.
B
bufferSizeTipText()
- Method in class adams.flow.transformer.
AbstractMultiCompress
Returns the tip text for this property.
bufferSizeTipText()
- Method in class adams.flow.transformer.
AbstractMultiDecompress
Returns the tip text for this property.
bufferSizeTipText()
- Method in class adams.flow.transformer.
AbstractSingleCompress
Returns the tip text for this property.
bufferSizeTipText()
- Method in class adams.flow.transformer.
AbstractSingleDecompress
Returns the tip text for this property.
Bzip2
- Class in
adams.flow.transformer
Creates a bzip2 archive from a single file.
Bzip2()
- Constructor for class adams.flow.transformer.
Bzip2
Bzip2Utils
- Class in
adams.core.io
Helper class for bzip2 related operations.
Bzip2Utils()
- Constructor for class adams.core.io.
Bzip2Utils
C
compress(File, int)
- Static method in class adams.core.io.
Bzip2Utils
Compresses the specified file to a file with the ".bz2" extension.
compress(File, int, File)
- Static method in class adams.core.io.
Bzip2Utils
Compresses the specified file.
compress(File, int, File, boolean)
- Static method in class adams.core.io.
Bzip2Utils
Compresses the specified file.
compress(File, int)
- Static method in class adams.core.io.
GzipUtils
Compresses the specified gzip archive to a file with the ".gz" extension.
compress(File, int, File)
- Static method in class adams.core.io.
GzipUtils
Compresses the specified gzip archive.
compress(File, int, File, boolean)
- Static method in class adams.core.io.
GzipUtils
Compresses the specified gzip archive.
compress(File, int)
- Static method in class adams.core.io.
LzfUtils
Compresses the specified lzma archive to a file with the ".lzf" extension.
compress(File, int, File)
- Static method in class adams.core.io.
LzfUtils
Compresses the specified lzma archive.
compress(File, int, File, boolean)
- Static method in class adams.core.io.
LzfUtils
Compresses the specified lzma archive.
compress(File, int)
- Static method in class adams.core.io.
LzmaUtils
Compresses the specified lzma archive to a file with the ".7z" extension.
compress(File, int, File)
- Static method in class adams.core.io.
LzmaUtils
Compresses the specified lzma archive.
compress(File, int, File, boolean)
- Static method in class adams.core.io.
LzmaUtils
Compresses the specified lzma archive.
compress(File, File[])
- Static method in class adams.core.io.
TarUtils
Creates a tar file from the specified files.
compress(File, File[], int)
- Static method in class adams.core.io.
TarUtils
Creates a tar file from the specified files.
compress(File, File[], String, int)
- Static method in class adams.core.io.
TarUtils
Creates a tar file from the specified files.
compress(File, File[])
- Static method in class adams.core.io.
ZipUtils
Creates a zip file from the specified files.
compress(File, File[], int)
- Static method in class adams.core.io.
ZipUtils
Creates a zip file from the specified files.
compress(File, File[], String, int)
- Static method in class adams.core.io.
ZipUtils
Creates a zip file from the specified files.
compress(File[])
- Method in class adams.flow.transformer.
AbstractMultiCompress
Adds all the files to archive.
compress(File, File)
- Method in class adams.flow.transformer.
AbstractSingleCompress
Compresses the file.
compress(File, File)
- Method in class adams.flow.transformer.
Bzip2
Compresses the file.
compress(File, File)
- Method in class adams.flow.transformer.
GZIP
Compresses the file.
compress(File, File)
- Method in class adams.flow.transformer.
Lzf
Compresses the file.
compress(File, File)
- Method in class adams.flow.transformer.
Lzma
Compresses the file.
compress(File[])
- Method in class adams.flow.transformer.
Tar
Adds all the files to archive.
compress(File[])
- Method in class adams.flow.transformer.
ZIP
Adds all the files to archive.
createDirectoriesTipText()
- Method in class adams.flow.transformer.
AbstractMultiDecompress
Returns the tip text for this property.
D
decompress(File, int)
- Static method in class adams.core.io.
Bzip2Utils
Decompresses the specified archive to a file without the ".bz2" extension.
decompress(File, int, File)
- Static method in class adams.core.io.
Bzip2Utils
Decompresses the specified archive.
decompress(File, int)
- Static method in class adams.core.io.
GzipUtils
Decompresses the specified gzip archive to a file without the ".gz" extension.
decompress(File, int, File)
- Static method in class adams.core.io.
GzipUtils
Decompresses the specified gzip archive.
decompress(File, int)
- Static method in class adams.core.io.
LzfUtils
Decompresses the specified lzma archive to a file without the ".lzf" extension.
decompress(File, int, File)
- Static method in class adams.core.io.
LzfUtils
Decompresses the specified lzma archive.
decompress(File, int)
- Static method in class adams.core.io.
LzmaUtils
Decompresses the specified lzma archive to a file without the ".7z" extension.
decompress(File, int, File)
- Static method in class adams.core.io.
LzmaUtils
Decompresses the specified lzma archive.
decompress(File, File)
- Static method in class adams.core.io.
TarUtils
Decompresses the files in a tar file.
decompress(File, File, boolean)
- Static method in class adams.core.io.
TarUtils
Decompresses the files in a tar file.
decompress(File, File, boolean, BaseRegExp, boolean)
- Static method in class adams.core.io.
TarUtils
Decompresses the files in a tar file.
decompress(File, File, boolean, BaseRegExp, boolean, int)
- Static method in class adams.core.io.
TarUtils
Decompresses the files in a tar file.
decompress(File, File, boolean, BaseRegExp, boolean, int, StringBuilder)
- Static method in class adams.core.io.
TarUtils
Decompresses the files in a tar file.
decompress(File, String, File)
- Static method in class adams.core.io.
TarUtils
Decompresses the specified file from a tar file.
decompress(File, String, File, boolean)
- Static method in class adams.core.io.
TarUtils
Decompresses the specified file from a tar file.
decompress(File, String, File, boolean, int, StringBuilder)
- Static method in class adams.core.io.
TarUtils
Decompresses the specified file from a tar file.
decompress(File, File)
- Static method in class adams.core.io.
ZipUtils
Unzips the files in a ZIP file.
decompress(File, File, boolean)
- Static method in class adams.core.io.
ZipUtils
Unzips the files in a ZIP file.
decompress(File, File, boolean, BaseRegExp, boolean)
- Static method in class adams.core.io.
ZipUtils
Unzips the files in a ZIP file.
decompress(File, File, boolean, BaseRegExp, boolean, int)
- Static method in class adams.core.io.
ZipUtils
Unzips the files in a ZIP file.
decompress(File, File, boolean, BaseRegExp, boolean, int, StringBuilder)
- Static method in class adams.core.io.
ZipUtils
Unzips the files in a ZIP file.
decompress(File, String, File)
- Static method in class adams.core.io.
ZipUtils
Unzips the specified file from a ZIP file.
decompress(File, String, File, boolean)
- Static method in class adams.core.io.
ZipUtils
Unzips the specified file from a ZIP file.
decompress(File, String, File, boolean, int, StringBuilder)
- Static method in class adams.core.io.
ZipUtils
Unzips the specified file from a ZIP file.
decompress(File, StringBuilder)
- Method in class adams.flow.transformer.
AbstractMultiDecompress
Decompresses the archive.
decompress(File, File)
- Method in class adams.flow.transformer.
AbstractSingleDecompress
Decompresses the archive.
decompress(File, File)
- Method in class adams.flow.transformer.
GUNZIP
Decompresses the archive.
decompress(File, File)
- Method in class adams.flow.transformer.
UnBzip2
Decompresses the archive.
decompress(File, File)
- Method in class adams.flow.transformer.
UnLzf
Decompresses the archive.
decompress(File, File)
- Method in class adams.flow.transformer.
UnLzma
Decompresses the archive.
decompress(File, StringBuilder)
- Method in class adams.flow.transformer.
UnTar
Decompresses the archive.
decompress(File, StringBuilder)
- Method in class adams.flow.transformer.
UnZIP
Decompresses the archive.
defineOptions()
- Method in class adams.flow.transformer.
AbstractMultiCompress
Adds options to the internal list of options.
defineOptions()
- Method in class adams.flow.transformer.
AbstractMultiDecompress
Adds options to the internal list of options.
defineOptions()
- Method in class adams.flow.transformer.
AbstractSingleCompress
Adds options to the internal list of options.
defineOptions()
- Method in class adams.flow.transformer.
AbstractSingleDecompress
Adds options to the internal list of options.
determineCompression(File)
- Static method in class adams.core.io.
TarUtils
Determines the compression based on the the file extension.
determineCompression(String)
- Static method in class adams.core.io.
TarUtils
Determines the compression based on the the file extension.
doExecute()
- Method in class adams.flow.transformer.
AbstractMultiCompress
Performs the actual transformation.
doExecute()
- Method in class adams.flow.transformer.
AbstractMultiDecompress
Performs the actual transformation.
doExecute()
- Method in class adams.flow.transformer.
AbstractSingleCompress
Performs the actual transformation.
doExecute()
- Method in class adams.flow.transformer.
AbstractSingleDecompress
Performs the actual transformation.
doExtract(String, File)
- Method in class adams.gui.tools.previewbrowser.
TarArchiveHandler
Extracts the specified file and saves it locally.
doExtract(String, File)
- Method in class adams.gui.tools.previewbrowser.
ZipArchiveHandler
Extracts the specified file and saves it locally.
DUMMY_EXTENSION
- Static variable in class adams.flow.transformer.
AbstractSingleDecompress
the dummy extension if the file doesn't end with .gz.
E
EXTENSION
- Static variable in class adams.core.io.
Bzip2Utils
the default extension.
EXTENSION
- Static variable in class adams.core.io.
GzipUtils
the default extension.
EXTENSION
- Static variable in class adams.core.io.
LzfUtils
the default extension.
EXTENSION
- Static variable in class adams.core.io.
LzmaUtils
the default extension.
G
generates()
- Method in class adams.flow.transformer.
AbstractMultiCompress
Returns the class of objects that it generates.
generates()
- Method in class adams.flow.transformer.
AbstractMultiDecompress
Returns the class of objects that it generates.
generates()
- Method in class adams.flow.transformer.
AbstractSingleCompress
Returns the class of objects that it generates.
generates()
- Method in class adams.flow.transformer.
AbstractSingleDecompress
Returns the class of objects that it generates.
getAlternativeFilename()
- Method in class adams.flow.transformer.
AbstractSingleDecompress
Returns the alternative filename to use.
getAlternativeOutputDir()
- Method in class adams.flow.transformer.
AbstractSingleDecompress
Returns the alternative output directory to use.
getBufferSize()
- Method in class adams.flow.transformer.
AbstractMultiCompress
Returns the buffer size for the stream.
getBufferSize()
- Method in class adams.flow.transformer.
AbstractMultiDecompress
Returns the buffer size for the stream.
getBufferSize()
- Method in class adams.flow.transformer.
AbstractSingleCompress
Returns the buffer size for the stream.
getBufferSize()
- Method in class adams.flow.transformer.
AbstractSingleDecompress
Returns the buffer size for the stream.
getCreateDirectories()
- Method in class adams.flow.transformer.
AbstractMultiDecompress
Returns whether to restore the directory structure from the archive.
getDefaultExtension()
- Method in class adams.flow.transformer.
AbstractSingleCompress
Returns the default extension that the compressed archive has, e.g., ".gz" for gzipped files.
getDefaultExtension()
- Method in class adams.flow.transformer.
AbstractSingleDecompress
Returns the default extension that the compressed archive has, e.g., ".gz" for gzipped files.
getDefaultExtension()
- Method in class adams.flow.transformer.
Bzip2
Returns the default extension that the compressed archive has, e.g., ".bz2" for compressed files.
getDefaultExtension()
- Method in class adams.flow.transformer.
GUNZIP
Returns the default extension that the compressed archive has, e.g., ".gz" for gzipped files.
getDefaultExtension()
- Method in class adams.flow.transformer.
GZIP
Returns the default extension that the compressed archive has, e.g., ".gz" for gzipped files.
getDefaultExtension()
- Method in class adams.flow.transformer.
Lzf
Returns the default extension that the compressed archive has, e.g., ".lzf" for compressed files.
getDefaultExtension()
- Method in class adams.flow.transformer.
Lzma
Returns the default extension that the compressed archive has, e.g., ".7z" for compressed files.
getDefaultExtension()
- Method in class adams.flow.transformer.
UnBzip2
Returns the default extension that the compressed archive has, e.g., ".bz2" for compressed files.
getDefaultExtension()
- Method in class adams.flow.transformer.
UnLzf
Returns the default extension that the compressed archive has, e.g., ".lzf" for compressed files.
getDefaultExtension()
- Method in class adams.flow.transformer.
UnLzma
Returns the default extension that the compressed archive has, e.g., ".7z" for compressed files.
getExtensions()
- Method in class adams.gui.tools.previewbrowser.
TarArchiveHandler
Returns the list of extensions (without dot) that this handler can take care of.
getExtensions()
- Method in class adams.gui.tools.previewbrowser.
ZipArchiveHandler
Returns the list of extensions (without dot) that this handler can take care of.
getInvertMatching()
- Method in class adams.flow.transformer.
AbstractMultiDecompress
Returns whether to invert the matching sense of the regular expression.
getOutput()
- Method in class adams.flow.transformer.
AbstractMultiCompress
Returns the archive output filename.
getOutput()
- Method in class adams.flow.transformer.
AbstractSingleCompress
Returns the GZIP output filename.
getOutputDir()
- Method in class adams.flow.transformer.
AbstractMultiDecompress
Returns the alternative output directory to use.
getQuickInfo()
- Method in class adams.flow.transformer.
AbstractMultiCompress
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo()
- Method in class adams.flow.transformer.
AbstractMultiDecompress
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo()
- Method in class adams.flow.transformer.
AbstractSingleCompress
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo()
- Method in class adams.flow.transformer.
AbstractSingleDecompress
Returns a quick info about the actor, which will be displayed in the GUI.
getRegExp()
- Method in class adams.flow.transformer.
AbstractMultiDecompress
Returns the regular expression that the filenames must match.
getRemoveInputFile()
- Method in class adams.flow.transformer.
AbstractSingleCompress
Returns whether to remove the original input after the file has been compressed.
getStripPath()
- Method in class adams.flow.transformer.
AbstractMultiCompress
Returns the regular expression used for stripping the path.
getUseAlternativeOutputDir()
- Method in class adams.flow.transformer.
AbstractSingleDecompress
Returns whether to use an alternative output directory.
globalInfo()
- Method in class adams.flow.transformer.
Bzip2
Returns a string describing the object.
globalInfo()
- Method in class adams.flow.transformer.
GUNZIP
Returns a string describing the object.
globalInfo()
- Method in class adams.flow.transformer.
GZIP
Returns a string describing the object.
globalInfo()
- Method in class adams.flow.transformer.
Lzf
Returns a string describing the object.
globalInfo()
- Method in class adams.flow.transformer.
Lzma
Returns a string describing the object.
globalInfo()
- Method in class adams.flow.transformer.
Tar
Returns a string describing the object.
globalInfo()
- Method in class adams.flow.transformer.
UnBzip2
Returns a string describing the object.
globalInfo()
- Method in class adams.flow.transformer.
UnLzf
Returns a string describing the object.
globalInfo()
- Method in class adams.flow.transformer.
UnLzma
Returns a string describing the object.
globalInfo()
- Method in class adams.flow.transformer.
UnTar
Returns a string describing the object.
globalInfo()
- Method in class adams.flow.transformer.
UnZIP
Returns a string describing the object.
globalInfo()
- Method in class adams.flow.transformer.
ZIP
Returns a string describing the object.
globalInfo()
- Method in class adams.gui.tools.previewbrowser.
TarArchiveHandler
Returns a string describing the object.
globalInfo()
- Method in class adams.gui.tools.previewbrowser.
ZipArchiveHandler
Returns a string describing the object.
GUNZIP
- Class in
adams.flow.transformer
Decompresses an archive that was compressed with gzip.
GUNZIP()
- Constructor for class adams.flow.transformer.
GUNZIP
GZIP
- Class in
adams.flow.transformer
Creates a GZIP archive from a single file.
GZIP()
- Constructor for class adams.flow.transformer.
GZIP
GzipUtils
- Class in
adams.core.io
Helper class for gzip related operations.
GzipUtils()
- Constructor for class adams.core.io.
GzipUtils
I
invertMatchingTipText()
- Method in class adams.flow.transformer.
AbstractMultiDecompress
Returns the tip text for this property.
L
listFiles(File)
- Static method in class adams.core.io.
TarUtils
Lists the files stored in the tar file.
listFiles(File, boolean)
- Static method in class adams.core.io.
TarUtils
Lists the files stored in the tar file.
listFiles(File)
- Static method in class adams.core.io.
ZipUtils
Lists the files stored in the ZIP file.
listFiles(File, boolean)
- Static method in class adams.core.io.
ZipUtils
Lists the files stored in the ZIP file.
listFiles()
- Method in class adams.gui.tools.previewbrowser.
TarArchiveHandler
Performs actual listing of files.
listFiles()
- Method in class adams.gui.tools.previewbrowser.
ZipArchiveHandler
Performs actual listing of files.
Lzf
- Class in
adams.flow.transformer
Creates a LZF archive from a single file.
Lzf()
- Constructor for class adams.flow.transformer.
Lzf
LzfUtils
- Class in
adams.core.io
Helper class for LZF related operations.
LzfUtils()
- Constructor for class adams.core.io.
LzfUtils
Lzma
- Class in
adams.flow.transformer
Creates a LZMA (7zip) archive from a single file.
Lzma()
- Constructor for class adams.flow.transformer.
Lzma
LzmaUtils
- Class in
adams.core.io
Helper class for lzma related operations.
LzmaUtils()
- Constructor for class adams.core.io.
LzmaUtils
M
m_AlternativeFilename
- Variable in class adams.flow.transformer.
AbstractSingleDecompress
the alternative filename to use.
m_AlternativeOutputDir
- Variable in class adams.flow.transformer.
AbstractSingleDecompress
the alternative output directory.
m_BufferSize
- Variable in class adams.flow.transformer.
AbstractMultiCompress
the buffer size to use.
m_BufferSize
- Variable in class adams.flow.transformer.
AbstractMultiDecompress
the buffer size to use.
m_BufferSize
- Variable in class adams.flow.transformer.
AbstractSingleCompress
the buffer size to use.
m_BufferSize
- Variable in class adams.flow.transformer.
AbstractSingleDecompress
the buffer size to use.
m_CreateDirectories
- Variable in class adams.flow.transformer.
AbstractMultiDecompress
whether to restore the directory structure.
m_InvertMatching
- Variable in class adams.flow.transformer.
AbstractMultiDecompress
invert matching sense.
m_Output
- Variable in class adams.flow.transformer.
AbstractMultiCompress
the filename of the archive output.
m_Output
- Variable in class adams.flow.transformer.
AbstractSingleCompress
the filename of the GZIP output.
m_OutputDir
- Variable in class adams.flow.transformer.
AbstractMultiDecompress
the output directory.
m_RegExp
- Variable in class adams.flow.transformer.
AbstractMultiDecompress
the regular expression that the filenames must match to be extracted.
m_RemoveInputFile
- Variable in class adams.flow.transformer.
AbstractSingleCompress
whether to remove the original input file.
m_StripPath
- Variable in class adams.flow.transformer.
AbstractMultiCompress
the regular expression to use for stripping the path.
m_UseAlternativeOutputDir
- Variable in class adams.flow.transformer.
AbstractSingleDecompress
whether to use an alternative location for the file.
O
openArchiveForReading(File)
- Static method in class adams.core.io.
TarUtils
Returns an input stream for the specified tar archive.
openArchiveForWriting(File)
- Static method in class adams.core.io.
TarUtils
Returns an output stream for the specified tar archive.
outputDirTipText()
- Method in class adams.flow.transformer.
AbstractMultiDecompress
Returns the tip text for this property.
outputTipText()
- Method in class adams.flow.transformer.
AbstractMultiCompress
Returns the tip text for this property.
outputTipText()
- Method in class adams.flow.transformer.
AbstractSingleCompress
Returns the tip text for this property.
outputTipText()
- Method in class adams.flow.transformer.
Bzip2
Returns the tip text for this property.
outputTipText()
- Method in class adams.flow.transformer.
GZIP
Returns the tip text for this property.
outputTipText()
- Method in class adams.flow.transformer.
Lzf
Returns the tip text for this property.
outputTipText()
- Method in class adams.flow.transformer.
Lzma
Returns the tip text for this property.
outputTipText()
- Method in class adams.flow.transformer.
Tar
Returns the tip text for this property.
outputTipText()
- Method in class adams.flow.transformer.
ZIP
Returns the tip text for this property.
R
regExpTipText()
- Method in class adams.flow.transformer.
AbstractMultiDecompress
Returns the tip text for this property.
removeInputFileTipText()
- Method in class adams.flow.transformer.
AbstractSingleCompress
Returns the tip text for this property.
S
setAlternativeFilename(String)
- Method in class adams.flow.transformer.
AbstractSingleDecompress
Sets alternative filename to use.
setAlternativeOutputDir(PlaceholderDirectory)
- Method in class adams.flow.transformer.
AbstractSingleDecompress
Sets alternative output directory to use.
setBufferSize(int)
- Method in class adams.flow.transformer.
AbstractMultiCompress
Sets the buffer size for the stream.
setBufferSize(int)
- Method in class adams.flow.transformer.
AbstractMultiDecompress
Sets the buffer size for the stream.
setBufferSize(int)
- Method in class adams.flow.transformer.
AbstractSingleCompress
Sets the buffer size for the stream.
setBufferSize(int)
- Method in class adams.flow.transformer.
AbstractSingleDecompress
Sets the buffer size for the stream.
setCreateDirectories(boolean)
- Method in class adams.flow.transformer.
AbstractMultiDecompress
Sets whether to restore the directory structure from the archive.
setInvertMatching(boolean)
- Method in class adams.flow.transformer.
AbstractMultiDecompress
Sets whether to invert the matching sense of the regular expression.
setOutput(PlaceholderFile)
- Method in class adams.flow.transformer.
AbstractMultiCompress
Sets the archive output filename.
setOutput(PlaceholderFile)
- Method in class adams.flow.transformer.
AbstractSingleCompress
Sets the GZIP output filename.
setOutputDir(PlaceholderDirectory)
- Method in class adams.flow.transformer.
AbstractMultiDecompress
Sets output directory to use.
setRegExp(BaseRegExp)
- Method in class adams.flow.transformer.
AbstractMultiDecompress
Sets the regular expression that the filenames must match.
setRemoveInputFile(boolean)
- Method in class adams.flow.transformer.
AbstractSingleCompress
Sets whether to remove the original input after the file has been compressed.
setStripPath(String)
- Method in class adams.flow.transformer.
AbstractMultiCompress
Sets the regular expression to use for stripping the path.
setUseAlternativeOutputDir(boolean)
- Method in class adams.flow.transformer.
AbstractSingleDecompress
Sets whether to use an alternative output directory.
stripPathTipText()
- Method in class adams.flow.transformer.
AbstractMultiCompress
Returns the tip text for this property.
T
Tar
- Class in
adams.flow.transformer
Creates a Tar file containing one or more files.
Tar()
- Constructor for class adams.flow.transformer.
Tar
TarArchiveHandler
- Class in
adams.gui.tools.previewbrowser
Offers access to tar files.
TarArchiveHandler()
- Constructor for class adams.gui.tools.previewbrowser.
TarArchiveHandler
TarUtils
- Class in
adams.core.io
A helper class for Tar-file related tasks.
TarUtils()
- Constructor for class adams.core.io.
TarUtils
TarUtils.Compression
- Enum in
adams.core.io
The type of compression to use.
U
UnBzip2
- Class in
adams.flow.transformer
Decompresses an archive that was compressed with bzip2.
UnBzip2()
- Constructor for class adams.flow.transformer.
UnBzip2
UnLzf
- Class in
adams.flow.transformer
Decompresses an archive that was compressed with LZF.
UnLzf()
- Constructor for class adams.flow.transformer.
UnLzf
UnLzma
- Class in
adams.flow.transformer
Decompresses an archive that was compressed with LZMA (7zip).
UnLzma()
- Constructor for class adams.flow.transformer.
UnLzma
UnTar
- Class in
adams.flow.transformer
Decompresses a Tar archive and broadcasts the full file names of the extracted files.
UnTar()
- Constructor for class adams.flow.transformer.
UnTar
UnZIP
- Class in
adams.flow.transformer
Unzips a ZIP archive and broadcasts the full file names of the extracted files.
UnZIP()
- Constructor for class adams.flow.transformer.
UnZIP
useAlternativeOutputDirTipText()
- Method in class adams.flow.transformer.
AbstractSingleDecompress
Returns the tip text for this property.
useAlternativeOutputDirTipText()
- Method in class adams.flow.transformer.
GUNZIP
Returns the tip text for this property.
useAlternativeOutputDirTipText()
- Method in class adams.flow.transformer.
UnBzip2
Returns the tip text for this property.
useAlternativeOutputDirTipText()
- Method in class adams.flow.transformer.
UnLzf
Returns the tip text for this property.
useAlternativeOutputDirTipText()
- Method in class adams.flow.transformer.
UnLzma
Returns the tip text for this property.
V
valueOf(String)
- Static method in enum adams.core.io.
TarUtils.Compression
Returns the enum constant of this type with the specified name.
values()
- Static method in enum adams.core.io.
TarUtils.Compression
Returns an array containing the constants of this enum type, in the order they are declared.
Z
ZIP
- Class in
adams.flow.transformer
Creates a ZIP file containing one or more files.
ZIP()
- Constructor for class adams.flow.transformer.
ZIP
ZipArchiveHandler
- Class in
adams.gui.tools.previewbrowser
Offers access to ZIP files.
ZipArchiveHandler()
- Constructor for class adams.gui.tools.previewbrowser.
ZipArchiveHandler
ZipUtils
- Class in
adams.core.io
A helper class for ZIP-file related tasks.
ZipUtils()
- Constructor for class adams.core.io.
ZipUtils
A
B
C
D
E
G
I
L
M
O
R
S
T
U
V
Z
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2013
University of Waikato, Hamilton, NZ
. All Rights Reserved.