Searched defs:templateDir (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/test/tools/
H A DReportGenerator.java49 private String templateDir; field in class:ReportGenerator
58 * @param templateDir Directory where HTML templates reside.
63 String templateDir,
67 this.templateDir = templateDir;
98 String templateIndex = getFileContent(templateDir + "/index.html");
103 s.createHTMLReports(templateDir, outputDir);
107 s.createHTMLReports(templateDir, outputDir);
61 ReportGenerator( String dataDir, String templateDir, String outputDir ) argument
H A DSuite.java93 * @param templateDir Template directory.
98 public void createHTMLReports(String templateDir, String outputDir) argument
102 templateDir + "/suite.html");
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/test/tools/
H A DReportGenerator.java49 private String templateDir; field in class:ReportGenerator
58 * @param templateDir Directory where HTML templates reside.
63 String templateDir,
67 this.templateDir = templateDir;
98 String templateIndex = getFileContent(templateDir + "/index.html");
103 s.createHTMLReports(templateDir, outputDir);
107 s.createHTMLReports(templateDir, outputDir);
61 ReportGenerator( String dataDir, String templateDir, String outputDir ) argument
H A DSuite.java93 * @param templateDir Template directory.
98 public void createHTMLReports(String templateDir, String outputDir) argument
102 templateDir + "/suite.html");
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/search/
H A DFileLookup.java373 * @param templateDir
384 String templateDir,
388 filename, templateDir, enableCache);
400 * @param templateDir The base template filepath to prepend.
412 String templateDir,
417 + templateDir;
442 File file = new File(templateDir, orderedPaths[i].toString());
378 getFirstExisting( String type, String locale, String component, String clientPath, String filename, String templateDir, boolean enableCache ) argument
405 getFirstExisting( String type, String locale, String component, String orgFilePath, String clientPath, String filename, String templateDir, boolean enableCache ) argument
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/search/
H A DFileLookup.java373 * @param templateDir
384 String templateDir,
388 filename, templateDir, enableCache);
400 * @param templateDir The base template filepath to prepend.
412 String templateDir,
417 + templateDir;
442 File file = new File(templateDir, orderedPaths[i].toString());
378 getFirstExisting( String type, String locale, String component, String clientPath, String filename, String templateDir, boolean enableCache ) argument
405 getFirstExisting( String type, String locale, String component, String orgFilePath, String clientPath, String filename, String templateDir, boolean enableCache ) argument

Completed in 41 milliseconds