-
Base class for command runners.
An archive is a file that contains a collection of files and directories.
Provides a way to create an Archive.
Controls selecting and pre- and post-processing content for storage in the database.
A runner for the dmftar command line tool, which creates and reads DMF TAR archives on a remote host via SSH.
A file or directory in the layer store.
A record in the database that represents a file or directory (i.e.,
Item
) in a layer.
Exception thrown when the items in the database and the items in the storage do not match.
An ItemStore stores "
Item
s", which are files and directories.
Interface for archiving layers.
Checks the consistency of a layer on storage as compared to the database.
Provides access to the database that contains an
ItemRecord
for every file and directory (i.e.,
Item
) stored in the layered storage.
Exception thrown when the layer ids in the database and the layer ids in the storage do not match.
A runner for the ssh command line tool, which executes commands on a remote host via SSH.