Searched defs:sourceFile (Results 1 - 25 of 46) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/tools/bundles/
H A DCopyUtils.java55 * @param sourceFile The source file object.
60 public static void copyFile(File sourceFile, File destFile, argument
62 copyFile(sourceFile, destFile, null, overwrite, preserveLastModified);
70 * @param sourceFile The source file object.
77 public static void copyFile(File sourceFile, File destFile, argument
81 (destFile.lastModified() < sourceFile.lastModified())) {
89 if (sourceFile.isDirectory()) {
96 FileReader(sourceFile));
124 in = new FileInputStream(sourceFile);
137 destFile.setLastModified(sourceFile
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/tools/bundles/
H A DCopyUtils.java55 * @param sourceFile The source file object.
60 public static void copyFile(File sourceFile, File destFile, argument
62 copyFile(sourceFile, destFile, null, overwrite, preserveLastModified);
70 * @param sourceFile The source file object.
77 public static void copyFile(File sourceFile, File destFile, argument
81 (destFile.lastModified() < sourceFile.lastModified())) {
89 if (sourceFile.isDirectory()) {
96 FileReader(sourceFile));
124 in = new FileInputStream(sourceFile);
137 destFile.setLastModified(sourceFile
[all...]
/forgerock/openidm-v4/openidm-patch-base/src/main/java/org/forgerock/openidm/patch/utils/
H A DFileUtil.java98 * @param sourceFile the file to be copied
103 public static void copy(File sourceFile, File targetFile) throws IOException, PatchException { argument
111 throw new PatchException("Unable to copy file " + sourceFile + ", targetFile "
116 inChannel = new FileInputStream(sourceFile).getChannel();
128 logger.log(Level.INFO, "Copy {0} -> {1}: success: {2}", new Object[]{sourceFile, targetFile, success});
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DLDIFDiffTestCase.java280 * @param sourceFile The path to the file containing the source
298 public void testVerifyNormal(String sourceFile, String targetFile, argument
307 "-s", sourceFile,
314 "-s", sourceFile,
347 * @param sourceFile The path to the file containing the source
365 public void testVerifySingleValue(String sourceFile, String targetFile, argument
374 "-s", sourceFile,
382 "-s", sourceFile,
412 * @param sourceFile The path to the file containing the source
430 public void testReconstructNormal(String sourceFile, Strin 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 DLDIFDiffTestCase.java279 * @param sourceFile The path to the file containing the source
297 public void testVerifyNormal(String sourceFile, String targetFile, argument
306 "-s", sourceFile,
313 "-s", sourceFile,
346 * @param sourceFile The path to the file containing the source
364 public void testVerifySingleValue(String sourceFile, String targetFile, argument
373 "-s", sourceFile,
381 "-s", sourceFile,
411 * @param sourceFile The path to the file containing the source
429 public void testReconstructNormal(String sourceFile, Strin 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 DLDIFDiffTestCase.java280 * @param sourceFile The path to the file containing the source
298 public void testVerifyNormal(String sourceFile, String targetFile, argument
307 "-s", sourceFile,
314 "-s", sourceFile,
347 * @param sourceFile The path to the file containing the source
365 public void testVerifySingleValue(String sourceFile, String targetFile, argument
374 "-s", sourceFile,
382 "-s", sourceFile,
412 * @param sourceFile The path to the file containing the source
430 public void testReconstructNormal(String sourceFile, Strin 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 DLDIFDiffTestCase.java279 * @param sourceFile The path to the file containing the source
297 public void testVerifyNormal(String sourceFile, String targetFile, argument
306 "-s", sourceFile,
313 "-s", sourceFile,
346 * @param sourceFile The path to the file containing the source
364 public void testVerifySingleValue(String sourceFile, String targetFile, argument
373 "-s", sourceFile,
381 "-s", sourceFile,
411 * @param sourceFile The path to the file containing the source
429 public void testReconstructNormal(String sourceFile, Strin 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 DLDIFDiffTestCase.java280 * @param sourceFile The path to the file containing the source
298 public void testVerifyNormal(String sourceFile, String targetFile, argument
307 "-s", sourceFile,
314 "-s", sourceFile,
347 * @param sourceFile The path to the file containing the source
365 public void testVerifySingleValue(String sourceFile, String targetFile, argument
374 "-s", sourceFile,
382 "-s", sourceFile,
412 * @param sourceFile The path to the file containing the source
430 public void testReconstructNormal(String sourceFile, Strin 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/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DReplaceTokens.java43 * Class ReplaceTokens has the functionality to scan sourceFile extract tokens,
54 * @param sourceFile
58 * sourceFile with token-tags swapped. transformed
62 public ReplaceTokens(String sourceFile, String destFile, Map tokens) argument
64 setSourceFile(sourceFile);
233 return sourceFile;
244 private void setSourceFile(String sourceFile) { argument
245 this.sourceFile = sourceFile;
254 private String sourceFile; field in class:ReplaceTokens
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tools/
H A DLDIFDiffTestCase.java279 * @param sourceFile The path to the file containing the source
297 public void testVerifyNormal(String sourceFile, String targetFile, argument
306 "-s", sourceFile,
313 "-s", sourceFile,
346 * @param sourceFile The path to the file containing the source
364 public void testVerifySingleValue(String sourceFile, String targetFile, argument
373 "-s", sourceFile,
381 "-s", sourceFile,
411 * @param sourceFile The path to the file containing the source
429 public void testReconstructNormal(String sourceFile, Strin 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/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DReplaceTokens.java43 * Class ReplaceTokens has the functionality to scan sourceFile extract tokens,
54 * @param sourceFile
58 * sourceFile with token-tags swapped. transformed
62 public ReplaceTokens(String sourceFile, String destFile, Map tokens) argument
64 setSourceFile(sourceFile);
233 return sourceFile;
244 private void setSourceFile(String sourceFile) { argument
245 this.sourceFile = sourceFile;
254 private String sourceFile; field in class:ReplaceTokens
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DConfigFileHandler.java992 * @param sourceFile The LDIF file containing the source data.
1000 private void applyChangesFile(File sourceFile, File changesFile) argument
1005 new LDIFImportConfig(sourceFile.getAbsolutePath());
1055 File oldSource = new File(sourceFile.getAbsolutePath() + ".prechanges");
1060 sourceFile.renameTo(oldSource);
1061 new File(tempFile).renameTo(sourceFile);
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DConfigFileHandler.java833 * @param sourceFile The LDIF file containing the source data.
841 private void applyChangesFile(File sourceFile, File changesFile) argument
846 new LDIFImportConfig(sourceFile.getAbsolutePath());
883 File oldSource = new File(sourceFile.getAbsolutePath() + ".prechanges");
888 sourceFile.renameTo(oldSource);
889 new File(tempFile).renameTo(sourceFile);
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DConfigFileHandler.java992 * @param sourceFile The LDIF file containing the source data.
1000 private void applyChangesFile(File sourceFile, File changesFile) argument
1005 new LDIFImportConfig(sourceFile.getAbsolutePath());
1055 File oldSource = new File(sourceFile.getAbsolutePath() + ".prechanges");
1060 sourceFile.renameTo(oldSource);
1061 new File(tempFile).renameTo(sourceFile);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DConfigFileHandler.java880 * @param sourceFile The LDIF file containing the source data.
888 private void applyChangesFile(File sourceFile, File changesFile) argument
893 new LDIFImportConfig(sourceFile.getAbsolutePath());
943 File oldSource = new File(sourceFile.getAbsolutePath() + ".prechanges");
948 sourceFile.renameTo(oldSource);
949 new File(tempFile).renameTo(sourceFile);
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DConfigFileHandler.java833 * @param sourceFile The LDIF file containing the source data.
841 private void applyChangesFile(File sourceFile, File changesFile) argument
846 new LDIFImportConfig(sourceFile.getAbsolutePath());
883 File oldSource = new File(sourceFile.getAbsolutePath() + ".prechanges");
888 sourceFile.renameTo(oldSource);
889 new File(tempFile).renameTo(sourceFile);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DConfigFileHandler.java682 * @param sourceFile The LDIF file containing the source data.
690 private void applyChangesFile(File sourceFile, File changesFile) argument
695 new LDIFImportConfig(sourceFile.getAbsolutePath());
731 File oldSource = new File(sourceFile.getAbsolutePath() + ".prechanges");
736 sourceFile.renameTo(oldSource);
737 new File(tempFile).renameTo(sourceFile);
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 825 milliseconds

12