public class SuffixRejectSelector extends ChainedFileSelector
The specified pattern should be an file extension, or a comma delimited set of file extensions. For example:
gifNote: The '.' preceding the extension is optional: both gif and .gif are allowed in the specified pattern.
.gif
gif,.jpg,jpeg
Constructor and Description |
---|
SuffixRejectSelector(String pattern) |
SuffixRejectSelector(String pattern,
ChainedFileSelector filter) |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
accept
public SuffixRejectSelector(String pattern)
public SuffixRejectSelector(String pattern, ChainedFileSelector filter)