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

/opengrok-jel/src/org/opensolaris/opengrok/analysis/archive/
H A DZipAnalyzerFactory.java42 private static final Matcher MATCHER = new Matcher() { field in class:ZipAnalyzerFactory
102 super(null, SUFFIXES, null, MATCHER, null, Genre.XREFABLE);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/plain/
H A DPlainAnalyzerFactory.java41 private static final Matcher MATCHER = new Matcher() { field in class:PlainAnalyzerFactory
89 super(null, null, null, MATCHER, "text/plain", Genre.PLAIN);

Completed in 7 milliseconds