public interface FileTypeConsumer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EXTENSION_DELIMITER |
Modifier and Type | Method and Description |
---|---|
void |
consume(FileType fileType) |
void |
consume(FileType fileType,
FileNameMatcher... matchers) |
void |
consume(FileType fileType,
java.lang.String extensions) |
FileType |
getStandardFileTypeByName(java.lang.String name) |
static final java.lang.String EXTENSION_DELIMITER
void consume(FileType fileType)
void consume(FileType fileType, java.lang.String extensions)
void consume(FileType fileType, FileNameMatcher... matchers)
FileType getStandardFileTypeByName(java.lang.String name)