Searched refs:outputFilename (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java76 static String outputFilename = null; field in class:EclReadAndPlay
174 outputFilename = val;
183 outputFilename == null ) {
186 + "-o {outputFilename} -D {bindD} -w {bindPwd} "
214 standardOut = new PrintWriter(new BufferedWriter(new FileWriter( new File(outputFilename)) ) );
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java75 static String outputFilename = null; field in class:EclReadAndPlay
173 outputFilename = val;
182 outputFilename == null ) {
185 + "-o {outputFilename} -D {bindD} -w {bindPwd} "
213 standardOut = new PrintWriter(new BufferedWriter(new FileWriter( new File(outputFilename)) ) );
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java76 static String outputFilename = null; field in class:EclReadAndPlay
174 outputFilename = val;
183 outputFilename == null ) {
186 + "-o {outputFilename} -D {bindD} -w {bindPwd} "
214 standardOut = new PrintWriter(new BufferedWriter(new FileWriter( new File(outputFilename)) ) );
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java76 static String outputFilename = null; field in class:EclReadAndPlay
174 outputFilename = val;
183 outputFilename == null ) {
186 + "-o {outputFilename} -D {bindD} -w {bindPwd} "
214 standardOut = new PrintWriter(new BufferedWriter(new FileWriter( new File(outputFilename)) ) );
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java75 static String outputFilename = null; field in class:EclReadAndPlay
173 outputFilename = val;
182 outputFilename == null ) {
185 + "-o {outputFilename} -D {bindD} -w {bindPwd} "
213 standardOut = new PrintWriter(new BufferedWriter(new FileWriter( new File(outputFilename)) ) );
/forgerock/openidm-v4/custom-scripted-connector-bundler/src/main/java/org/forgerock/openidm/tools/scriptedbundler/
H A DSourceGenerator.java113 String outputFilename = hbtemplate.apply(config);
128 FileUtils.write(new File(outputPath + outputFilename), contents);
140 String outputFilename = hbtemplate.apply(config);
165 FileUtils.write(new File(outputPath + outputFilename), contents);

Completed in 252 milliseconds