Main class
that only holds the main(String[]) method
which drives the application workflow.See: Description
| Class | Description |
|---|---|
| ArgumentBuilder |
This utility class is where all the argument definition and customization is located.
|
| Main |
This is the main class.
|
Main class
that only holds the main(String[]) method
which drives the application workflow. It uses the
ArgumentBuilder to parse command line arguments
and prepare the BackupInstanceFramework
for the BackupManager.