1 6 7 package com.sun.enterprise.config.backup.pluggable; 8 9 26 public interface BackupEnvironment { 27 28 30 34 String getExecutionType(); 35 36 40 int getMaxBackups(); 41 int getMaxSnapShots(); 42 43 46 String getBackupStorageType(); 47 48 50 54 String getSnapshotFileNamePrefix(); 55 56 57 62 String getBackupFileNamePrefix(); 63 64 67 String getBackupHistoryFileName(); 68 69 70 71 73 79 String [] getDirectoriesToBackup(); 80 81 85 String getDirectoryToStoreBackupFiles (); 86 87 92 String getDirectoryToStoreSnapshotFile(); 93 94 98 String getDirectoryToStoreHistoryFile(); 99 100 104 String getStatusInfoFileName(); 105 } 106 | Popular Tags |