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

/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DAnalyzerGuru.java190 * file extension.
191 * @param extension the file-extension to add
193 * the analyzer to use for the given extension
195 * the analyzer used for that extension)
197 public static void addExtension(String extension, argument
200 ext.remove(extension);
202 ext.put(extension, factory);
408 * be determined by the file extension, try to look at the data in the
423 // TODO above is not that great, since if 2 analyzers share one extension
[all...]

Completed in 8 milliseconds