| Package | Description |
|---|---|
| info.aduna.lang | |
| info.aduna.lang.service |
| Modifier and Type | Method and Description |
|---|---|
static <FF extends FileFormat> |
FileFormat.matchFileName(String fileName,
Iterable<FF> fileFormats)
Tries to match the specified file name with the file extensions of the
supplied file formats.
|
static <FF extends FileFormat> |
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 <FF extends FileFormat> |
FileFormat.matchMIMEType(String mimeType,
Iterable<FF> fileFormats)
Tries to match the specified MIME type with the MIME types of the supplied
file formats.
|
static <FF extends FileFormat> |
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileFormatServiceRegistry<FF extends FileFormat,S>
A special
ServiceRegistry for FileFormat related services. |
Copyright © 2001-2014 Aduna. All Rights Reserved.