Works with tar archives containing HSQLDB database instance backups. Viz, creating, examining, or extracting these archives.
This class provides OO Tar backup-creation control. The extraction and listing features are implemented only in static fashion in the Main method, which provides a consistent interface for all three features from the command-line.
For tar creation, the default behavior is to fail if the target archive exists, and to abort if any database change is detected. Use the JavaBean setters to changes this behavior. See the main(String[]) method for details about command-line usage.
@see
The database backup section of the HyperSQL User Guide
@see #main(String[])
@see #setOverWrite(boolean)
@see #setAbortUponModify(boolean)
@author Blaine Simpson (blaine dot simpson at admc dot com)