| Methods in info.aduna.lang with type parameters of type FileFormat |
static
|
FileFormat.matchFileName(String fileName,
Iterable<FF> fileFormats)
Tries to match the specified file name with the file extensions of the
supplied file formats. |
static
|
FileFormat.matchFileName(String fileName,
Iterable<FF> fileFormats,
FF fallback)
Tries to match the specified file name with the file extensions of the
supplied file formats. |
static
|
FileFormat.matchMIMEType(String mimeType,
Iterable<FF> fileFormats)
Tries to match the specified MIME type with the MIME types of the supplied
file formats. |
static
|
FileFormat.matchMIMEType(String mimeType,
Iterable<FF> fileFormats,
FF fallback)
Tries to match the specified MIME type with the MIME types of the supplied
file formats. |