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

/opengrok/src/org/opensolaris/opengrok/analysis/
H A DAnalyzerGuru.java123 private static final Map<String, FileAnalyzerFactory> ext = new HashMap<>(); field in class:AnalyzerGuru
236 FileAnalyzerFactory old = ext.put(suffix, factory);
279 ext.remove(extension);
281 ext.put(extension, factory);
546 = ext.get(path.substring(dotpos + 1).toUpperCase(Locale.getDefault()));

Completed in 7 milliseconds