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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DBackupManager.java994 BackupArchiveReader(String identifier, BackupInfo backupInfo, String backupDirectoryPath) throws DirectoryException argument
998 this.archiveFile = BackupManager.retrieveArchiveFile(backupInfo, backupDirectoryPath);
1437 String backupDirectoryPath = restoreConfig.getBackupDirectory().getPath();
1439 BackupArchiveReader zipArchiveReader = new BackupArchiveReader(backupID, backupInfo, backupDirectoryPath);
1444 private static File retrieveArchiveFile(BackupInfo backupInfo, String backupDirectoryPath) argument
1448 return new File(backupDirectoryPath, archiveFilename);

Completed in 26 milliseconds