public final class BackupSpec extends Object
| Constructor and Description |
|---|
BackupSpec(com.orchestranetworks.service.Session session,
String backupFileName,
File backupFolder)
Instantiates a new backup specification.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBackupFileName()
Returns the backup file name.
|
File |
getBackupFolder()
Returns the backup folder.
|
com.orchestranetworks.service.Session |
getSession()
Returns the session.
|