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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DBackupDirectory.java295 String descriptorFilePath = path + File.separator + BACKUP_DIRECTORY_DESCRIPTOR_FILE;
296 File descriptorFile = new File(descriptorFilePath);
297 renameOldBackupDescriptorFile(descriptorFile, descriptorFilePath);
308 newDescriptorFilePath, descriptorFilePath, getExceptionMessage(e));
335 private void renameOldBackupDescriptorFile(File descriptorFile, String descriptorFilePath) throws IOException argument
339 String savedDescriptorFilePath = descriptorFilePath + ".save";
351 savedDescriptorFilePath, getExceptionMessage(e), descriptorFilePath, descriptorFilePath);
363 LocalizableMessage message = ERR_BACKUPDIRECTORY_CANNOT_RENAME_CURRENT_DESCRIPTOR.get(descriptorFilePath,
364 savedDescriptorFilePath, getExceptionMessage(e), descriptorFilePath, descriptorFilePat
[all...]

Completed in 238 milliseconds