Searched defs:contentType (Results 1 - 1 of 1) sorted by relevance
/opengrok/src/org/opensolaris/opengrok/analysis/ |
H A D | FileAnalyzerFactory.java | 60 private final String contentType; field in class:FileAnalyzerFactory 82 * @param contentType content type for this analyzer (possibly {@code null}) 89 String[] magics, Matcher matcher, String contentType, 101 this.contentType = contentType; 174 return contentType; 87 FileAnalyzerFactory( String[] names, String[] prefixes, String[] suffixes, String[] magics, Matcher matcher, String contentType, Genre genre, String name) argument
|
Completed in 8 milliseconds