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

/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
H A DPrecompiledTemplateMapFileReader.java70 private Map<Object, String> makeTemplateMap(String templateMapFile, String rootDir) argument
75 reader = new LineNumberReader(getMapFileReader(templateMapFile));
77 // Process single line from the templateMapFile
79 processTemplateMapFileLine(line, reader.getLineNumber(), templateMap, templateMapFile,
91 Map<Object, String> templateMap, String templateMapFile, String rootDir) {
100 throw new IllegalArgumentException("No template file name found in " + templateMapFile
113 throw new IllegalArgumentException("No class name found in " + templateMapFile + " on line "
125 throw new IllegalArgumentException("Invalid escape mode found in " + templateMapFile
134 protected Reader getMapFileReader(String templateMapFile) throws IOException { argument
136 InputStream in = classLoader.getResourceAsStream(templateMapFile);
90 processTemplateMapFileLine(String line, int lineNumber, Map<Object, String> templateMap, String templateMapFile, String rootDir) argument
[all...]

Completed in 66 milliseconds