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

/packages/apps/Email/src/org/apache/commons/io/filefilter/
H A DSuffixFileFilter.java50 /** The filename suffixes to search for */
51 private final String[] suffixes; field in class:SuffixFileFilter
79 this.suffixes = new String[] {suffix};
89 * @param suffixes the suffixes to allow, must not be null
92 public SuffixFileFilter(String[] suffixes) { argument
93 this(suffixes, IOCase.SENSITIVE);
103 * @param suffixes the suffixes to allow, must not be null
108 public SuffixFileFilter(String[] suffixes, IOCas argument
123 SuffixFileFilter(List<String> suffixes) argument
137 SuffixFileFilter(List<String> suffixes, IOCase caseSensitivity) argument
[all...]

Completed in 106 milliseconds