Class RestoreSpec
- java.lang.Object
-
- com.orchestranetworks.addon.dama.ext.backuprestore.RestoreSpec
-
public final class RestoreSpec extends java.lang.ObjectDefines the restore service specifications.- Since:
- 1.6.0
-
-
Constructor Summary
Constructors Constructor Description RestoreSpec(java.io.File backupFile, com.orchestranetworks.service.Session session)Instantiates a new restore specification.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.FilegetBackupFile()Returns the backup file.com.orchestranetworks.service.SessiongetSession()Returns the session.
-