Searched defs:getAnalyzer (Results 1 - 2 of 2) sorted by relevance
/opengrok-sun/src/org/opensolaris/opengrok/analysis/ | ||
H A D | FileAnalyzerFactory.java | 177 public final FileAnalyzer getAnalyzer() { method in class:FileAnalyzerFactory |
H A D | AnalyzerGuru.java | 209 public static FileAnalyzer getAnalyzer() { method in class:AnalyzerGuru 210 return DEFAULT_ANALYZER_FACTORY.getAnalyzer(); 223 public static FileAnalyzer getAnalyzer(InputStream in, String file) throws IOException { method in class:AnalyzerGuru 226 return getAnalyzer(); 228 return factory.getAnalyzer(); |
Completed in 842 milliseconds