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

/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DFileAnalyzerFactory.java177 public final FileAnalyzer getAnalyzer() { method in class:FileAnalyzerFactory
H A DAnalyzerGuru.java209 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 10 milliseconds