java.lang.Object
com.orchestranetworks.addon.dama.ext.backuprestore.RestoreSpec

public final class RestoreSpec extends Object
Defines the restore service specifications.
Since:
1.6.0
  • Constructor Details

    • RestoreSpec

      public RestoreSpec(File backupFile, com.orchestranetworks.service.Session session)
      Instantiates a new restore specification.
      Parameters:
      backupFile - the backup file
      session - the EBX® session
  • Method Details

    • getBackupFile

      public File getBackupFile()
      Returns the backup file.
    • getSession

      public com.orchestranetworks.service.Session getSession()
      Returns the session.