Searched refs:outputPath (Results 1 - 12 of 12) sorted by relevance

/forgerock/openidm-v4/custom-scripted-connector-bundler/src/main/java/org/forgerock/openidm/tools/scriptedbundler/
H A DSourceTemplate.java33 private String outputPath; field in class:SourceTemplate
45 * @param outputPath
47 public SourceTemplate(String inputName, String outputName, String outputPath) { argument
50 this.outputPath = outputPath;
95 return outputPath;
101 * @param outputPath
103 public void setOutputPath(String outputPath) { argument
104 this.outputPath = outputPath;
[all...]
H A DSourceGenerator.java116 String outputPath = hbtemplate.apply(config);
128 FileUtils.write(new File(outputPath + outputFilename), contents);
143 String outputPath = hbtemplate.apply(config);
165 FileUtils.write(new File(outputPath + outputFilename), contents);
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandler.java364 String outputPath = inputPath + ".applied." + TimeThread.getGMTTime();
365 if (new File(outputPath).exists())
370 if (! new File(outputPath + "." + i).exists())
372 outputPath = outputPath + "." + i;
381 new LDIFExportConfig(outputPath, ExistingFileBehavior.APPEND);
384 TRACER.debugInfo("Creating applied file " + outputPath);
/forgerock/opendj2/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandler.java363 String outputPath = inputPath + ".applied." + TimeThread.getGMTTime();
364 if (new File(outputPath).exists())
369 if (! new File(outputPath + "." + i).exists())
371 outputPath = outputPath + "." + i;
380 new LDIFExportConfig(outputPath, ExistingFileBehavior.APPEND);
383 TRACER.debugInfo("Creating applied file " + outputPath);
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandler.java364 String outputPath = inputPath + ".applied." + TimeThread.getGMTTime();
365 if (new File(outputPath).exists())
370 if (! new File(outputPath + "." + i).exists())
372 outputPath = outputPath + "." + i;
381 new LDIFExportConfig(outputPath, ExistingFileBehavior.APPEND);
384 TRACER.debugInfo("Creating applied file " + outputPath);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandler.java364 String outputPath = inputPath + ".applied." + TimeThread.getGMTTime();
365 if (new File(outputPath).exists())
370 if (! new File(outputPath + "." + i).exists())
372 outputPath = outputPath + "." + i;
381 new LDIFExportConfig(outputPath, ExistingFileBehavior.APPEND);
384 TRACER.debugInfo("Creating applied file " + outputPath);
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/
H A DLDIFConnectionHandler.java363 String outputPath = inputPath + ".applied." + TimeThread.getGMTTime();
364 if (new File(outputPath).exists())
369 if (! new File(outputPath + "." + i).exists())
371 outputPath = outputPath + "." + i;
380 new LDIFExportConfig(outputPath, ExistingFileBehavior.APPEND);
383 TRACER.debugInfo("Creating applied file " + outputPath);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/
H A DLDIFConnectionHandler.java331 String outputPath = inputPath + ".applied." + TimeThread.getGMTTime();
332 if (new File(outputPath).exists())
337 if (! new File(outputPath + "." + i).exists())
339 outputPath = outputPath + "." + i;
348 new LDIFExportConfig(outputPath, ExistingFileBehavior.APPEND);
351 logger.trace("Creating applied file " + outputPath);
/forgerock/opendj2/src/build-tools/org/opends/build/tools/
H A DCoverageDiff.java114 private File outputPath; field in class:CoverageDiff
132 outputPath = new File(file);
174 if(outputPath == null)
176 throw new BuildException("outputPath attribute is not set. It must be set to a valid directory where the report will be generated");
303 File diffFile = new File(outputPath, "svn.diff");
321 File file = new File(outputPath, "index.html");
/forgerock/opendj-b2.6/src/build-tools/org/opends/build/tools/
H A DCoverageDiff.java115 private File outputPath; field in class:CoverageDiff
133 outputPath = new File(file);
175 if(outputPath == null)
177 throw new BuildException("outputPath attribute is not set. It must be set to a valid directory where the report will be generated");
304 File diffFile = new File(outputPath, "svn.diff");
322 File file = new File(outputPath, "index.html");
/forgerock/opendj2.6.2/src/build-tools/org/opends/build/tools/
H A DCoverageDiff.java115 private File outputPath; field in class:CoverageDiff
133 outputPath = new File(file);
175 if(outputPath == null)
177 throw new BuildException("outputPath attribute is not set. It must be set to a valid directory where the report will be generated");
304 File diffFile = new File(outputPath, "svn.diff");
322 File file = new File(outputPath, "index.html");
/forgerock/opendj2-hg/src/build-tools/org/opends/build/tools/
H A DCoverageDiff.java114 private File outputPath; field in class:CoverageDiff
132 outputPath = new File(file);
174 if(outputPath == null)
176 throw new BuildException("outputPath attribute is not set. It must be set to a valid directory where the report will be generated");
303 File diffFile = new File(outputPath, "svn.diff");
321 File file = new File(outputPath, "index.html");

Completed in 1270 milliseconds