/forgerock/openidm-v4/openidm-patch-base/src/main/java/org/forgerock/openidm/patch/utils/ |
H A D | FileUtil.java | 99 * @param targetFile the target file to be copied to 103 public static void copy(File sourceFile, File targetFile) throws IOException, PatchException { argument 110 if (targetFile.exists()) { 111 throw new PatchException("Unable to copy file " + sourceFile + ", targetFile " 112 + targetFile + " already exists!"); 117 outChannel = new FileOutputStream(targetFile).getChannel(); 128 logger.log(Level.INFO, "Copy {0} -> {1}: success: {2}", new Object[]{sourceFile, targetFile, success});
|
H A D | ZipUtil.java | 64 File targetFile = new File(targetDir, targetFileName); 65 logger.log(Level.FINE, "Calculated target file:{0}", targetFile); 66 extractEntryToDirOrFile(zipEntry, zipInputStream, targetFile); 82 * @param targetFile The file to which the extracted file will be written 85 public void extractFile(URL zipUrl, final File fileToExtract, final File targetFile) throws IOException { argument 95 extractEntryToDirOrFile(zipEntry, zipInputStream, targetFile); 106 private void extractEntryToDirOrFile(ZipEntry zipEntry, ZipInputStream zipInputStream, File targetFile) argument 109 targetFile.mkdirs(); 111 archive.insert(targetFile); 112 targetFile 117 extractEntryToFile(InputStream inputStream, File targetFile) argument [all...] |
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/tools/ |
H A D | LDIFDiffTestCase.java | 282 * @param targetFile The path to the file containing the target 298 public void testVerifyNormal(String sourceFile, String targetFile, argument 308 "-t", targetFile, 315 "-t", targetFile, 349 * @param targetFile The path to the file containing the target 365 public void testVerifySingleValue(String sourceFile, String targetFile, argument 375 "-t", targetFile, 383 "-t", targetFile, 414 * @param targetFile The path to the file containing the target 430 public void testReconstructNormal(String sourceFile, String targetFile, argument 537 testReconstructSingleValue(String sourceFile, String targetFile, String normalDiffFile, String singleValueDiffFile, int resultCode) argument 676 testVerifyIgnoreAttributes(String sourceFile, String targetFile, String ignoreAttributesFile, String normalDiffFile) argument 763 testVerifyIgnoreEntries(String sourceFile, String targetFile, String ignoreEntriesFile, String normalDiffFile) argument [all...] |
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/tools/ |
H A D | LDIFDiffTestCase.java | 281 * @param targetFile The path to the file containing the target 297 public void testVerifyNormal(String sourceFile, String targetFile, argument 307 "-t", targetFile, 314 "-t", targetFile, 348 * @param targetFile The path to the file containing the target 364 public void testVerifySingleValue(String sourceFile, String targetFile, argument 374 "-t", targetFile, 382 "-t", targetFile, 413 * @param targetFile The path to the file containing the target 429 public void testReconstructNormal(String sourceFile, String targetFile, argument 536 testReconstructSingleValue(String sourceFile, String targetFile, String normalDiffFile, String singleValueDiffFile, int resultCode) argument 675 testVerifyIgnoreAttributes(String sourceFile, String targetFile, String ignoreAttributesFile, String normalDiffFile) argument 762 testVerifyIgnoreEntries(String sourceFile, String targetFile, String ignoreEntriesFile, String normalDiffFile) argument [all...] |
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/tools/ |
H A D | LDIFDiffTestCase.java | 282 * @param targetFile The path to the file containing the target 298 public void testVerifyNormal(String sourceFile, String targetFile, argument 308 "-t", targetFile, 315 "-t", targetFile, 349 * @param targetFile The path to the file containing the target 365 public void testVerifySingleValue(String sourceFile, String targetFile, argument 375 "-t", targetFile, 383 "-t", targetFile, 414 * @param targetFile The path to the file containing the target 430 public void testReconstructNormal(String sourceFile, String targetFile, argument 537 testReconstructSingleValue(String sourceFile, String targetFile, String normalDiffFile, String singleValueDiffFile, int resultCode) argument 676 testVerifyIgnoreAttributes(String sourceFile, String targetFile, String ignoreAttributesFile, String normalDiffFile) argument 763 testVerifyIgnoreEntries(String sourceFile, String targetFile, String ignoreEntriesFile, String normalDiffFile) argument [all...] |
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/tools/ |
H A D | LDIFDiffTestCase.java | 281 * @param targetFile The path to the file containing the target 297 public void testVerifyNormal(String sourceFile, String targetFile, argument 307 "-t", targetFile, 314 "-t", targetFile, 348 * @param targetFile The path to the file containing the target 364 public void testVerifySingleValue(String sourceFile, String targetFile, argument 374 "-t", targetFile, 382 "-t", targetFile, 413 * @param targetFile The path to the file containing the target 429 public void testReconstructNormal(String sourceFile, String targetFile, argument 536 testReconstructSingleValue(String sourceFile, String targetFile, String normalDiffFile, String singleValueDiffFile, int resultCode) argument 675 testVerifyIgnoreAttributes(String sourceFile, String targetFile, String ignoreAttributesFile, String normalDiffFile) argument 762 testVerifyIgnoreEntries(String sourceFile, String targetFile, String ignoreEntriesFile, String normalDiffFile) argument [all...] |
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/tools/ |
H A D | LDIFDiffTestCase.java | 282 * @param targetFile The path to the file containing the target 298 public void testVerifyNormal(String sourceFile, String targetFile, argument 308 "-t", targetFile, 315 "-t", targetFile, 349 * @param targetFile The path to the file containing the target 365 public void testVerifySingleValue(String sourceFile, String targetFile, argument 375 "-t", targetFile, 383 "-t", targetFile, 414 * @param targetFile The path to the file containing the target 430 public void testReconstructNormal(String sourceFile, String targetFile, argument 537 testReconstructSingleValue(String sourceFile, String targetFile, String normalDiffFile, String singleValueDiffFile, int resultCode) argument 676 testVerifyIgnoreAttributes(String sourceFile, String targetFile, String ignoreAttributesFile, String normalDiffFile) argument 763 testVerifyIgnoreEntries(String sourceFile, String targetFile, String ignoreEntriesFile, String normalDiffFile) argument [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tools/ |
H A D | LDIFDiffTestCase.java | 281 * @param targetFile The path to the file containing the target 297 public void testVerifyNormal(String sourceFile, String targetFile, argument 307 "-t", targetFile, 314 "-t", targetFile, 348 * @param targetFile The path to the file containing the target 364 public void testVerifySingleValue(String sourceFile, String targetFile, argument 374 "-t", targetFile, 382 "-t", targetFile, 413 * @param targetFile The path to the file containing the target 429 public void testReconstructNormal(String sourceFile, String targetFile, argument 536 testReconstructSingleValue(String sourceFile, String targetFile, String normalDiffFile, String singleValueDiffFile, int resultCode) argument 675 testVerifyIgnoreAttributes(String sourceFile, String targetFile, String ignoreAttributesFile, String normalDiffFile) argument 762 testVerifyIgnoreEntries(String sourceFile, String targetFile, String ignoreEntriesFile, String normalDiffFile) argument [all...] |
/forgerock/opendj2/ext/ant/lib/ |
H A D | ant-antlr.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
H A D | ant-contrib-1.0b3.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ... |
/forgerock/opendj-b2.6/ext/ant/lib/ |
H A D | ant-antlr.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
H A D | ant-contrib-1.0b3.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ... |
/forgerock/opendj2.6.2/ext/ant/lib/ |
H A D | ant-antlr.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
H A D | ant-contrib-1.0b3.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ... |
/forgerock/opendj2-hg/ext/ant/lib/ |
H A D | ant-antlr.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
H A D | ant-contrib-1.0b3.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ... |
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/ |
H A D | ant-antlr.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
H A D | ant-contrib-1.0b3.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ... |
/forgerock/opendj-b2.6/ext/svnkit/ |
H A D | svnkit-cli.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
/forgerock/opendj2.6.2/ext/svnkit/ |
H A D | svnkit-cli.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
/forgerock/opendj2/ext/svnkit/lib/ |
H A D | svnkit-cli-1.8.5.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
/forgerock/opendj2-hg/ext/svnkit/lib/ |
H A D | svnkit-cli-1.8.5.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
/forgerock/opendj-b2.6/tests/staf-tests/shared/resource/ |
H A D | svnkit.jar | META-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ... |
/forgerock/opendj2/tests/staf-tests/shared/resource/ |
H A D | svnkit.jar | META-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ... |
/forgerock/opendj2.6.2/tests/staf-tests/shared/resource/ |
H A D | svnkit.jar | META-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ... |