Searched defs:strOutputDirName (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-b2.6/tests/staf-tests/shared/java/parsingtool/
H A DGenerateOpenDSTestSpecs.java35 private static String strOutputDirName; field in class:GenerateOpenDSTestSpecs
51 strOutputDirName = new String(args[1]);
73 File outputDirName = new File(strOutputDirName);
81 System.out.println("Using output directory, " + strOutputDirName);
174 xmlFile.MakeXMLFile(arrayData, strOutputDirName);
187 xmlFile.MakeXMLFile(arrayData, strOutputDirName);
188 htmlFile.MakeHTMLFile(arrayData, strOutputDirName,strParentDirName);
206 File indexFile = new File(strOutputDirName + "/index.xml");
224 String specFile=strOutputDirName + "/" + specPath + "/" + specName + ".html";
240 File xmlFilename= new File(strOutputDirName
[all...]
/forgerock/opendj2/tests/staf-tests/shared/java/parsingtool/
H A DGenerateOpenDSTestSpecs.java34 private static String strOutputDirName; field in class:GenerateOpenDSTestSpecs
50 strOutputDirName = new String(args[1]);
72 File outputDirName = new File(strOutputDirName);
80 System.out.println("Using output directory, " + strOutputDirName);
173 xmlFile.MakeXMLFile(arrayData, strOutputDirName);
186 xmlFile.MakeXMLFile(arrayData, strOutputDirName);
187 htmlFile.MakeHTMLFile(arrayData, strOutputDirName,strParentDirName);
205 File indexFile = new File(strOutputDirName + "/index.xml");
223 String specFile=strOutputDirName + "/" + specPath + "/" + specName + ".html";
239 File xmlFilename= new File(strOutputDirName
[all...]
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/parsingtool/
H A DGenerateOpenDSTestSpecs.java35 private static String strOutputDirName; field in class:GenerateOpenDSTestSpecs
51 strOutputDirName = new String(args[1]);
73 File outputDirName = new File(strOutputDirName);
81 System.out.println("Using output directory, " + strOutputDirName);
174 xmlFile.MakeXMLFile(arrayData, strOutputDirName);
187 xmlFile.MakeXMLFile(arrayData, strOutputDirName);
188 htmlFile.MakeHTMLFile(arrayData, strOutputDirName,strParentDirName);
206 File indexFile = new File(strOutputDirName + "/index.xml");
224 String specFile=strOutputDirName + "/" + specPath + "/" + specName + ".html";
240 File xmlFilename= new File(strOutputDirName
[all...]
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/parsingtool/
H A DGenerateOpenDSTestSpecs.java35 private static String strOutputDirName; field in class:GenerateOpenDSTestSpecs
51 strOutputDirName = new String(args[1]);
73 File outputDirName = new File(strOutputDirName);
81 System.out.println("Using output directory, " + strOutputDirName);
174 xmlFile.MakeXMLFile(arrayData, strOutputDirName);
187 xmlFile.MakeXMLFile(arrayData, strOutputDirName);
188 htmlFile.MakeHTMLFile(arrayData, strOutputDirName,strParentDirName);
206 File indexFile = new File(strOutputDirName + "/index.xml");
224 String specFile=strOutputDirName + "/" + specPath + "/" + specName + ".html";
240 File xmlFilename= new File(strOutputDirName
[all...]
/forgerock/opendj2-hg/tests/staf-tests/shared/java/parsingtool/
H A DGenerateOpenDSTestSpecs.java34 private static String strOutputDirName; field in class:GenerateOpenDSTestSpecs
50 strOutputDirName = new String(args[1]);
72 File outputDirName = new File(strOutputDirName);
80 System.out.println("Using output directory, " + strOutputDirName);
173 xmlFile.MakeXMLFile(arrayData, strOutputDirName);
186 xmlFile.MakeXMLFile(arrayData, strOutputDirName);
187 htmlFile.MakeHTMLFile(arrayData, strOutputDirName,strParentDirName);
205 File indexFile = new File(strOutputDirName + "/index.xml");
223 String specFile=strOutputDirName + "/" + specPath + "/" + specName + ".html";
239 File xmlFilename= new File(strOutputDirName
[all...]

Completed in 49 milliseconds