Searched defs:archive (Results 1 - 25 of 33) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/spi/
H A DArchiver.java87 * @param fileName name of the archive file.
88 * @param location location of the archive file.
90 public void archive(String fileName, String location) { method in class:Archiver
92 Debug.error("Archiver:archive:FileName is null");
95 Debug.error("Archiver:archive:Location is null");
/forgerock/openidm-v4/openidm-maintenance/src/main/java/org/forgerock/openidm/maintenance/upgrade/
H A DStaticFileUpdate.java40 private final Archive archive; field in class:StaticFileUpdate
45 StaticFileUpdate(final FileStateChecker fileStateChecker, final Path openidmRoot, final Archive archive, argument
49 this.archive = archive;
51 this.upgradedVersion = archive.getVersion();
71 * Replaces this static file with the new one from the archive. If the file has been changed, copy it to
93 archive.withInputStreamForPath(path, new Function<InputStream, Void, IOException>() {
118 archive.withInputStreamForPath(path, new Function<InputStream, Void, IOException>() {
H A DUpdateManager.java30 * @param archiveFile the {@link java.nio.file.Path} to a ZIP archive containing a new version of OpenIDM
40 * @param archiveFile the {@link Path} to a ZIP archive containing a new version of OpenIDM
51 * @param archiveFile the {@link Path} to a ZIP archive containing a new version of OpenIDM
62 * @return a json list of objects describing each applicable update archive.
63 * @throws UpdateException on failure to generate archive list.
68 * Return the license for a given update archive. Defaults to the license found in the current OpenIDM
69 * deployment if the archive does not contain a license file.
71 * @param archive Path to the archive to search for a license file.
75 JsonValue getLicense(Path archive) throw argument
[all...]
H A DUpdateManagerImpl.java202 throw new ArchiveException("Can't read archive file: " + zipFilePath.toAbsolutePath(), e);
209 throw new ArchiveException("Archive doesn't appear to contain checksums file - invalid archive?", e);
279 throw new UpdateException("Cannot create temporary directory to unzip archive");
297 R invoke(Archive archive, FileStateChecker fileStateChecker) throws UpdateException; argument
301 * Invoke an {@link UpgradeAction} using an archive at a given URL. Use {@code installDir} as the location
304 * @param archiveFile the {@link Path} to a ZIP archive containing a new version of OpenIDM
319 final ZipArchive archive = new ZipArchive(archiveFile, tempUnzipDir);
323 return upgradeAction.invoke(archive, fileStateChecker);
342 throw new UpdateException("Failed to load checksum file from archive.", e);
354 field("archive", fil
506 getLicense(Path archive) argument
585 private final Archive archive; field in class:UpdateManagerImpl.UpdateThread
601 UpdateThread(UpdateLogEntry updateEntry, Archive archive, FileStateChecker fileStateChecker, Path installDir, Properties updateProperties, Path tempDirectory) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/spi/
H A DArchiver.java90 * @param fileName name of the archive file.
91 * @param location location of the archive file.
93 public void archive(String fileName, String location) { method in class:Archiver
95 Debug.error("Archiver:archive:FileName is null");
98 Debug.error("Archiver:archive:Location is null");
/forgerock/openidm-v4/openidm-patch-base/src/main/java/org/forgerock/openidm/patch/utils/
H A DZipUtil.java39 private final Archive archive = Archive.getInstance(); field in class:ZipUtil
111 archive.insert(targetFile);
H A DPatchUtil.java41 private final Archive archive = Archive.getInstance(); field in class:PatchUtil
115 archive.insert(fileToReplace);
/forgerock/openidm-v4/openidm-shell/src/main/java/org/forgerock/openidm/shell/impl/
H A DRemoteCommandScope.java143 * @param archive The simple file name of the archive that is already in bin/update.
187 @Descriptor("Filename of the Update archive within bin/update.")
188 String archive) {
192 .setUpdateArchive(archive)
371 // TODO import archive file
146 update(CommandSession session, @Descriptor(USER_PASS_DESC) @MetaVar(USER_PASS_METAVAR) @Parameter(names = {�, �}, absentValue = USER_PASS_DEFAULT) final String userPass, @Descriptor(IDM_URL_DESC) @MetaVar(IDM_URL_METAVAR) @Parameter(names = {�}, absentValue = IDM_URL_DEFAULT) final String idmUrl, @Descriptor(IDM_PORT_DESC) @MetaVar(IDM_PORT_METAVAR) @Parameter(names = {�, �}, absentValue = IDM_PORT_DEFAULT) final String idmPort, @Descriptor(� + �) @Parameter(names = {�}, presentValue = �, absentValue = �) final boolean acceptLicense, @Descriptor(� + �) @MetaVar(�) @Parameter(names = {�}, absentValue = �) final long maxJobsFinishWaitTimeMs, @Descriptor(�) @MetaVar(�) @Parameter(names = {�}, absentValue = �) final long maxUpdateWaitTimeMs, @Descriptor(�) @MetaVar(�) @Parameter(names = {�, �}, absentValue = �) final String logFilePath, @Descriptor(�) @Parameter(names = {�, �}, presentValue = �, absentValue = �) final boolean quietMode, @Descriptor(�) String archive) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DSecureFileHandler.java472 archive();
516 * 5: archive the file(append timestamp and keep it away) n open new file
520 private void archive() { method in class:SecureFileHandler
558 archiver.archive(logName, location);
574 ":SecureFileHandler: Could not archive file", ioe);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DSecureFileHandler.java471 archive();
515 * 5: archive the file(append timestamp and keep it away) n open new file
519 private void archive() { method in class:SecureFileHandler
557 archiver.archive(logName, location);
573 ":SecureFileHandler: Could not archive file", ioe);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DBackupManager.java96 * The common prefix for archive files.
114 * The name of the entry in an incremental backup archive file
121 * The name of a dummy entry in the backup archive file that will act
150 /** Creates a crypto engine for archive creation. */
170 /** Creates a crypto engine for archive restore. */
536 /** Represents a new backup archive. */
623 return "NewArchive [archive file=" + archiveFilename + ", latestFileName=" + latestFileName
629 /** Represents an existing backup archive. */
695 /** Removes the archive from file system. */
721 /** Represents a writer of a backup archive
725 private final NewBackupArchive archive; field in class:BackupManager.BackupArchiveWriter
728 BackupArchiveWriter(NewBackupArchive archive) argument
986 BackupArchiveReader(String identifier, ExistingBackupArchive archive) argument
[all...]
/forgerock/opendj-b2.6/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj2/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj2.6.2/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj2-jel-hg/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj2-hg/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj-b2.6/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2.6.2/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2-jel-hg/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2-hg/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...

Completed in 114 milliseconds

12