Searched defs:outputPath (Results 1 - 5 of 5) 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...]
/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 43 milliseconds