Searched defs:ExistingBackupArchive (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DBackupManager.java630 private static final class ExistingBackupArchive { class in class:BackupManager
638 ExistingBackupArchive(String backupID, BackupDirectory backupDir) throws DirectoryException method in class:BackupManager.ExistingBackupArchive
986 BackupArchiveReader(String identifier, ExistingBackupArchive archive)
1334 final ExistingBackupArchive existingArchive =
1335 new ExistingBackupArchive(backupID, restoreConfig.getBackupDirectory());
1373 ExistingBackupArchive archive = new ExistingBackupArchive(backupID, backupDir);

Completed in 33 milliseconds