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

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DAnalyzerGuru.java180 * file extension.
181 * @param extension the file-extension to add
183 * the analyzer to use for the given extension
185 * the analyzer used for that extension)
187 public static void addExtension(String extension, argument
190 ext.remove(extension);
192 ext.put(extension, factory);
403 * be determined by the file extension, try to look at the data in the
418 //TODO above is not that great, since if 2 analyzers share one extension
[all...]

Completed in 9 milliseconds