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

public final class BackupSpec extends Object
Defines the backup specifications.
Since:
1.6.0
  • Constructor Details

    • BackupSpec

      public BackupSpec(com.orchestranetworks.service.Session session, String backupFileName, File backupFolder)
      Instantiates a new backup specification.
      Parameters:
      session - the EBX® session
      backupFileName - the string file name
      backupFolder - the backup folder file
  • Method Details

    • getSession

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

      public String getBackupFileName()
      Returns the backup file name.
    • getBackupFolder

      public File getBackupFolder()
      Returns the backup folder.