Searched defs:suffixes (Results 1 - 1 of 1) sorted by relevance
/opengrok/src/org/opensolaris/opengrok/analysis/ |
H A D | FileAnalyzerFactory.java | 52 private final List<String> suffixes; field in class:FileAnalyzerFactory 79 * @param suffixes list of suffixes to recognize (possibly {@code null}) 88 String[] names, String[] prefixes, String[] suffixes, 94 this.suffixes = asList(suffixes); 139 * @return list of suffixes 142 return suffixes; 87 FileAnalyzerFactory( String[] names, String[] prefixes, String[] suffixes, String[] magics, Matcher matcher, String contentType, Genre genre, String name) argument
|
Completed in 8 milliseconds