Class RestoreSpec


  • public final class RestoreSpec
    extends java.lang.Object
    Defines 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.File getBackupFile()
      Returns the backup file.
      com.orchestranetworks.service.Session getSession()
      Returns the session.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RestoreSpec

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

      • getBackupFile

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

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