Searched refs:outFile (Results 1 - 25 of 36) sorted by relevance

12

/forgerock/opendj2/src/build-tools/org/opends/build/tools/
H A DPrepTestNG.java104 FileOutputStream outFile;
124 outFile = new FileOutputStream(toFile);
126 writer = new PrintStream(outFile);
/forgerock/opendj-b2.6/src/build-tools/org/opends/build/tools/
H A DPrepTestNG.java105 FileOutputStream outFile;
125 outFile = new FileOutputStream(toFile);
127 writer = new PrintStream(outFile);
/forgerock/opendj2.6.2/src/build-tools/org/opends/build/tools/
H A DPrepTestNG.java105 FileOutputStream outFile;
125 outFile = new FileOutputStream(toFile);
127 writer = new PrintStream(outFile);
/forgerock/opendj2-hg/src/build-tools/org/opends/build/tools/
H A DPrepTestNG.java104 FileOutputStream outFile;
124 outFile = new FileOutputStream(toFile);
126 writer = new PrintStream(outFile);
/forgerock/opendj2-jel-hg/src/build-tools/org/opends/build/tools/
H A DPrepTestNG.java105 FileOutputStream outFile;
125 outFile = new FileOutputStream(toFile);
127 writer = new PrintStream(outFile);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DBulkFederation.java97 private String outFile; field in class:BulkFederation
126 outFile = getStringOptionValue(ARGUMENT_NAME_ID_MAPPING);
131 outFile, spec};
155 userIdMappingFileName, outFile, spec, e.getMessage()};
407 File output = new File(outFile);
409 Object[] param = {outFile};
418 Object[] param = {outFile};
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DBulkFederation.java97 private String outFile; field in class:BulkFederation
126 outFile = getStringOptionValue(ARGUMENT_NAME_ID_MAPPING);
131 outFile, spec};
155 userIdMappingFileName, outFile, spec, e.getMessage()};
407 File output = new File(outFile);
409 Object[] param = {outFile};
418 Object[] param = {outFile};
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/fedlet/
H A DCreateAGZip.java178 File outFile = new File(workDir + fileName);
179 if (!outFile.getParentFile().exists()) {
180 outFile.getParentFile().mkdirs();
183 outFile);
H A DCreateFedletJavaArtifacts.java240 File outFile = new File(workDir + fileName);
241 if (!outFile.getParentFile().exists()) {
242 outFile.getParentFile().mkdirs();
245 outFile);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java496 FileOutputStream outFile = new FileOutputStream(
498 PrintStream writer = new PrintStream(outFile);
514 outFile.close();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java444 FileOutputStream outFile = new FileOutputStream(
446 PrintStream writer = new PrintStream(outFile);
460 close(writer, outFile, reader);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java496 FileOutputStream outFile = new FileOutputStream(
498 PrintStream writer = new PrintStream(outFile);
514 outFile.close();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java444 FileOutputStream outFile = new FileOutputStream(
446 PrintStream writer = new PrintStream(outFile);
460 close(writer, outFile, reader);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java490 FileOutputStream outFile = new FileOutputStream(
492 PrintStream writer = new PrintStream(outFile);
508 outFile.close();
/forgerock/opendj2/ext/ant/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-junit.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-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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-v3/opendj-server-legacy/src/test/java/org/opends/server/
H A DTestCaseUtils.java423 FileOutputStream outFile = new FileOutputStream(new File(testConfigDir, "config-changes.ldif"));
424 PrintStream writer = new PrintStream(outFile))

Completed in 132 milliseconds

12