Package | Description |
---|---|
org.dclermonte.siba | |
org.dclermonte.siba.cli | |
org.dclermonte.siba.gui | |
org.dclermonte.siba.model |
Modifier and Type | Class and Description |
---|---|
class |
SibaBackupSourceMissingException |
class |
SibaBackupSourceNotDirectoryException |
class |
SibaBackupTargetMissingException |
Modifier and Type | Method and Description |
---|---|
static void |
Siba.main(String[] args)
This class Siba stand for Simple Backup.
|
Modifier and Type | Method and Description |
---|---|
static void |
SibaCLI.backup(File directoryToSave,
File targetDirectory)
This method is called for Backup from CLI.
|
static void |
SibaCLI.run(String[] args)
This method launch CLI.
|
Constructor and Description |
---|
BackupPanel()
This is the constructor for this panel.
|
SibaGUI()
This is the constructor of this application.
|
Modifier and Type | Method and Description |
---|---|
static File |
SibaManager.backup(File fileToSave,
File target)
This method perform the backup.
|