Class BackupSpec


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

      Constructors 
      Constructor Description
      BackupSpec​(com.orchestranetworks.service.Session session, java.lang.String backupFileName, java.io.File backupFolder)
      Instantiates a new backup specification.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBackupFileName()
      Returns the backup file name.
      java.io.File getBackupFolder()
      Returns the backup folder.
      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

      • BackupSpec

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

      • getSession

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

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

        public java.io.File getBackupFolder()
        Returns the backup folder.