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

/forgerock/openidm-v4/openidm-patch-base/src/main/java/org/forgerock/openidm/patch/
H A DPatch.java37 * @param installDir The target directory against which the patch is to be applied
41 File installDir, Map<String, Object> params);
40 initialize(URL patchUrl, String originalUrlString, File workingDir, File installDir, Map<String, Object> params) argument
H A DArchive.java46 private File installDir = null; field in class:Archive
65 * @param installDir The target directory against which the patch is to be applied.
68 * @throws FileNotFoundException If the installDir or workingDir do not exist.
71 public void initialize(File installDir, File workingDir, String archiveName) argument
79 this.installDir = installDir;
100 String relativePath = FileUtil.constructRelativePath(installDir, file);
H A DMain.java68 String installDir = args[0];
71 String workingDir = optionValueStr(params, "w", installDir);
73 File i = new File(installDir);
92 * @param installDir The target directory against which the patch is to be applied
98 File installDir, Map<String, Object> params) throws IOException {
121 archive.initialize(installDir, new File(workingDir, PATCH_ARCHIVE_DIR),
133 patch.initialize(patchUrl, originalUrlString, workingDir, installDir, params);
136 historyLogger.log(Level.INFO, "Target: {0}, Source: {1}", new Object[]{installDir, patchUrl});
181 private static void storePatchBundle(File workingDir, File installDir, argument
97 execute(URL patchUrl, String originalUrlString, File workingDir, File installDir, Map<String, Object> params) argument
/forgerock/openidm-v4/openidm-maintenance/src/main/java/org/forgerock/openidm/maintenance/upgrade/
H A DUpdateManager.java31 * @param installDir the base directory where OpenIDM is installed
35 JsonValue report(final Path archiveFile, final Path installDir) throws UpdateException; argument
41 * @param installDir the base directory where OpenIDM is installed
46 JsonValue diff(final Path archiveFile, final Path installDir, final String filename) throws UpdateException; argument
52 * @param installDir the base directory where OpenIDM is installed
57 JsonValue upgrade(final Path archiveFile, final Path installDir, final String userName) throws UpdateException; argument
H A DUpdateManagerImpl.java301 * Invoke an {@link UpgradeAction} using an archive at a given URL. Use {@code installDir} as the location
305 * @param installDir the {@link Path} of the currently-installed OpenIDM
311 private <R> R usingArchive(final Path archiveFile, final Path installDir, final UpgradeAction<R> upgradeAction) argument
320 final ChecksumFile checksumFile = new ChecksumFile(installDir.resolve(CHECKSUMS_FILE));
378 public JsonValue report(final Path archiveFile, final Path installDir) argument
381 return usingArchive(archiveFile, installDir,
409 public JsonValue diff(final Path archiveFile, final Path installDir, final String filename) throws UpdateException { argument
411 return usingArchive(archiveFile, installDir,
435 final List<String> currentFileLines = withInputStreamForPath(installDir.resolve(file), inputStreamToLines);
458 public JsonValue upgrade(final Path archiveFile, final Path installDir, fina argument
601 UpdateThread(UpdateLogEntry updateEntry, Archive archive, FileStateChecker fileStateChecker, Path installDir, Properties updateProperties, Path tempDirectory) argument
[all...]
/forgerock/openidm-v4/openidm-patch-base/src/main/java/org/forgerock/openidm/patch/utils/
H A DPatchUtil.java67 * @param installDir the directory containing the files to replace
70 public void replaceStaticFiles(URL patchUrl, File installDir) throws IOException { argument
71 zipUtil.extractFolder(patchUrl, Archive.STATIC_FILES_ENTRY, installDir);
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java2322 private static String installDir; field in class:Utils
2329 if (isWebStart() || installDir == null)
2342 installDir = f.getCanonicalPath();
2346 installDir = f.getAbsolutePath();
2348 if (installDir.lastIndexOf(File.separatorChar) !=
2349 (installDir.length() - 1))
2351 installDir += File.separatorChar;
2355 return installDir;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java2323 private static String installDir; field in class:Utils
2330 if (isWebStart() || installDir == null)
2343 installDir = f.getCanonicalPath();
2347 installDir = f.getAbsolutePath();
2349 if (installDir.lastIndexOf(File.separatorChar) !=
2350 (installDir.length() - 1))
2352 installDir += File.separatorChar;
2356 return installDir;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java2323 private static String installDir; field in class:Utils
2330 if (isWebStart() || installDir == null)
2343 installDir = f.getCanonicalPath();
2347 installDir = f.getAbsolutePath();
2349 if (installDir.lastIndexOf(File.separatorChar) !=
2350 (installDir.length() - 1))
2352 installDir += File.separatorChar;
2356 return installDir;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java2322 private static String installDir; field in class:Utils
2329 if (isWebStart() || installDir == null)
2342 installDir = f.getCanonicalPath();
2346 installDir = f.getAbsolutePath();
2348 if (installDir.lastIndexOf(File.separatorChar) !=
2349 (installDir.length() - 1))
2351 installDir += File.separatorChar;
2355 return installDir;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java2228 private static String installDir; field in class:Utils
2235 if (isWebStart() || installDir == null)
2248 installDir = f.getCanonicalPath();
2252 installDir = f.getAbsolutePath();
2254 if (installDir.lastIndexOf(File.separatorChar) !=
2255 (installDir.length() - 1))
2257 installDir += File.separatorChar;
2261 return installDir;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DUtils.java1973 private static String installDir; field in class:Utils
1982 if (installDir == null)
1985 installDir = getCanonicalPath(f);
1986 if (installDir.lastIndexOf(File.separatorChar) != installDir.length() - 1)
1988 installDir += File.separatorChar;
1992 return installDir;
/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. ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...

Completed in 175 milliseconds