Searched defs:getAnalyzer (Results 1 - 2 of 2) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DAnalyzerGuru.java200 public static FileAnalyzer getAnalyzer() { method in class:AnalyzerGuru
201 return DEFAULT_ANALYZER_FACTORY.getAnalyzer();
214 public static FileAnalyzer getAnalyzer(InputStream in, String file) throws IOException { method in class:AnalyzerGuru
217 return getAnalyzer();
219 return factory.getAnalyzer();
H A DFileAnalyzerFactory.java177 public final FileAnalyzer getAnalyzer() { method in class:FileAnalyzerFactory

Completed in 9 milliseconds