Lines Matching refs:analyzer

91     /** Map from file names to analyzer factories. */
95 /** Map from file extensions to analyzer factories. */
100 /** Map from magic strings to analyzer factories. */
105 * List of matcher objects which can be used to determine which analyzer
116 * If you write your own analyzer please register it here
150 for (FileAnalyzerFactory analyzer : analyzers) {
151 registerAnalyzer(analyzer);
179 * Instruct the AnalyzerGuru to use a given analyzer for a given
183 * the analyzer to use for the given extension
184 * (if you pass null as the analyzer, you will disable
185 * the analyzer used for that extension)
198 * @return a possibly cached instance of an analyzer.
205 * Get an analyzer suited to analyze a file. This function will reuse
210 * @return An analyzer suited for that file content
227 * @param fa analyzer to use to determine the genre of and analyze
298 * @param factory The analyzer factory for this filetype
344 * Get the genre for a named class (this is most likely an analyzer)
345 * @param factory the analyzer factory to get the genre for
360 * @return a file analyzer factory
380 * @return a file analyzer factory
402 * Finds a suitable analyser class for file name. If the analyzer cannot
404 * InputStream to find a suitable analyzer.
410 * @param file The file name to get the analyzer for
411 * @return the analyzer factory to use
431 * @param file The file name to get the analyzer for
432 * @return the analyzer factory to use
459 * @return the analyzer factory to use
492 * Finds a suitable analyzer class for a magic signature
495 * @return the analyzer factory to use