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

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DFileAnalyzerFactory.java57 private final String contentType; field in class:FileAnalyzerFactory
76 * @param contentType content type for this analyzer (possibly {@code null})
82 Matcher matcher, String contentType,
93 this.contentType = contentType;
157 return contentType;
80 FileAnalyzerFactory( String[] names, String[] suffixes, String[] magics, Matcher matcher, String contentType, Genre genre) argument

Completed in 8 milliseconds