Package | Description |
---|---|
backupmanagment |
This package contains what one might call the backend.
|
enums |
This package includes enum classes that hold some basic parameters of the application.
|
main |
This package just holds the
Main class
that only holds the Main.main(String[]) method
which drives the application workflow. |
views |
This package holds all the classes that are necessary to display
information about backups to the user including the GUI.
|