Uses of Class
info.aduna.lang.FileFormat

Packages that use FileFormat
info.aduna.lang   
info.aduna.lang.service   
 

Uses of FileFormat in info.aduna.lang
 

Methods in info.aduna.lang with type parameters of type FileFormat
static
<FF extends FileFormat>
FF
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>
FF
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>
FF
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>
FF
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.
 

Uses of FileFormat in info.aduna.lang.service
 

Classes in info.aduna.lang.service with type parameters of type FileFormat
 class FileFormatServiceRegistry<FF extends FileFormat,S>
          A special ServiceRegistry for FileFormat related services.
 



Copyright © 1997-2008 Aduna. All Rights Reserved.