Interface | Description |
---|---|
IArchiveEntryVisitor |
A role to visit
ArchiveEntry s. |
IHDF5ArchiveInfoProvider |
An info provider for HDF5 archives.
|
IHDF5Archiver |
An interface for the HDF5 archiver.
|
IHDF5ArchiveReader |
An interface for an HDF5 archive reader.
|
Class | Description |
---|---|
ArchiveEntry |
An entry of an archive listing.
|
ArchivingStrategy |
A class that represents a strategy for excluding files from archiving / extracting and for
compressing files in the archive.
|
HDF5ArchiverFactory |
A factory for
IHDF5Archiver |
HDF5ArchiverMain |
The main class of the HDF5 based archiver.
|
ListParameters |
A class that represents parameters for
HDF5Archiver.list(String, ListParameters) . |
ListParameters.ListParametersBuilder |
A class for constructing a new list parameters object.
|
NewArchiveEntry |
A class to describe a new (yet to be created) archive entry.
|
NewArchiveEntry.NewDirectoryArchiveEntry |
A class to describe a new directory archive entry.
|
NewArchiveEntry.NewFileArchiveEntry |
A class to describe a new regular file archive entry.
|
NewArchiveEntry.NewSymLinkArchiveEntry |
A class to describe a new symlink archive entry.
|
VerifyParameters |
A class that represents parameters for
) . |
VerifyParameters.VerifyParametersBuilder |
A class for constructing a new verify parameters object.
|
Enum | Description |
---|---|
ArchiveEntryCompleteness |
An enum to specify the completeness of an archive entry.
|
ArchivingStrategy.CompressionStrategy |
Exception | Description |
---|---|
ArchiverException |
Base class of exceptions from the archiver.
|
ArchivingException |
Exception thrown when archiving a file / directory fails.
|
DeleteFromArchiveException |
Exception thrown when deleting a file / directory in an archive fails.
|
ListArchiveException |
Exception thrown when listing a file / directory in an archive fails.
|
ListArchiveTooManySymbolicLinksException |
This exception is thrown when HDF5 detects too many symbolic links in a path.
|
UnarchivingException |
Exception thrown when unarchiving a file / directory fails.
|
VerifyArchiveException |
Exception thrown when verifying a file / directory in an archive against the file system.
|