Index

D F G H I M 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

D

ddf.mime - package ddf.mime
 

F

findMatches(Class<T>, MimeType) - Method in interface ddf.mime.MimeTypeToTransformerMapper
 

G

getFileExtensionForMimeType(String) - Method in interface ddf.mime.MimeTypeMapper
Retrieves the file extension for the specified mime type, e.g., returns ".nitf" for a mime type of "image/nitf".
getFileExtensionForMimeType(String) - Method in interface ddf.mime.MimeTypeResolver
Gets the file extension for the specific mime type.
getMimeTypeForFileExtension(String) - Method in interface ddf.mime.MimeTypeMapper
Retrieves the mime type for the specified file extension, e.g., returns "image/nitf" for a file extension of "nitf".
getMimeTypeForFileExtension(String) - Method in interface ddf.mime.MimeTypeResolver
Gets the mime type for the specified file extension.
getName() - Method in interface ddf.mime.MimeTypeResolver
Gets the name of the MimeTypeResolver.
getPriority() - Method in interface ddf.mime.MimeTypeResolver
Gets the priority of the MimeTypeResolver.
getSchema() - Method in interface ddf.mime.MimeTypeResolver
Gets the schema (if one exists) of the MimeTypeResolver.
guessMimeType(InputStream, String) - Method in interface ddf.mime.MimeTypeMapper
Attempts to guess the mime type for the specified file extension by introspecting the supplied InputStream if necessary.

H

hasSchema() - Method in interface ddf.mime.MimeTypeResolver
Returns true if the MimeTypeResolver has a schema, meaning it is for text/xml mime types and has a namespace to match on.

I

ID_KEY - Static variable in interface ddf.mime.MimeTypeToTransformerMapper
 

M

MIME_TYPE_KEY - Static variable in interface ddf.mime.MimeTypeToTransformerMapper
 
MimeTypeMapper - Interface in ddf.mime
Interface defining a mapper that accesses MimeTypeResolvers to retieve file extension for a given mime type, and vice versa.
MimeTypeResolutionException - Exception Class in ddf.mime
Exception thrown when a MimeTypeResolver encounters problems during its execution.
MimeTypeResolutionException() - Constructor for exception class ddf.mime.MimeTypeResolutionException
Instantiates a new MimeTypeResolutionException.
MimeTypeResolutionException(String) - Constructor for exception class ddf.mime.MimeTypeResolutionException
Instantiates a new MimeTypeResolutionException from a given string.
MimeTypeResolutionException(String, Throwable) - Constructor for exception class ddf.mime.MimeTypeResolutionException
Instantiates a new MimeTypeResolutionException with a message.
MimeTypeResolutionException(Throwable) - Constructor for exception class ddf.mime.MimeTypeResolutionException
Instantiates a new MimeTypeResolutionExceptionn.
MimeTypeResolver - Interface in ddf.mime
Interface defining an OSGi service that can map a list of file extensions to their corresponding mime types, and vice versa.
MimeTypeToTransformerMapper - Interface in ddf.mime
 
D F G H I M 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form