Uses of Interface
magoffin.matt.meta.MetadataResourceFactory

Packages that use MetadataResourceFactory
magoffin.matt.meta sMeta: simple metadata API for Java 
magoffin.matt.meta.audio Audio releated metadata support, such as ID3 
magoffin.matt.meta.image Image releated metadata support, such as EXIF. 
magoffin.matt.meta.video   
 

Uses of MetadataResourceFactory in magoffin.matt.meta
 

Methods in magoffin.matt.meta that return MetadataResourceFactory
protected  MetadataResourceFactory MetadataResourceFactoryManager.findFactory(java.io.File file, java.lang.String key)
          Find a MetadataResourceFactory for a given file and key.
 MetadataResourceFactory MetadataNotSupportedException.getFactory()
           
 MetadataResourceFactory MetadataResourceFactoryManager.getMetadataResourceFactory(java.io.File file)
          Get a MetadataResourceFactory instance for a particular file.
 MetadataResourceFactory MetadataResourceFactoryManager.getMetadataResourceFactory(java.lang.String mime)
          Get a MetadataResourceFactory instance for a particular MIME type.
 

Constructors in magoffin.matt.meta with parameters of type MetadataResourceFactory
MetadataNotSupportedException(java.io.File metadataFile, MetadataResourceFactory factory)
          Construct from a file and factory.
MetadataNotSupportedException(java.io.File metadataFile, MetadataResourceFactory factory, java.lang.Throwable cause)
          Construct from a file and factory with nested Throwable.
 

Uses of MetadataResourceFactory in magoffin.matt.meta.audio
 

Classes in magoffin.matt.meta.audio that implement MetadataResourceFactory
 class ID3MetadataResourceFactory
          MetadataResourceFactory for ID3 metadata, eg.
 

Uses of MetadataResourceFactory in magoffin.matt.meta.image
 

Classes in magoffin.matt.meta.image that implement MetadataResourceFactory
 class EXIFMetadataResourceFactory
          MetadataResourceFactory for EXIF metadata, eg.
 class PNGMetadataResourceFactory
          MetadataResourceFactory for PNG metadata.
 

Uses of MetadataResourceFactory in magoffin.matt.meta.video
 

Classes in magoffin.matt.meta.video that implement MetadataResourceFactory
 class JMFMetadataResourceFactory
          MetadataResourceFactory for video metadata using JMF.
 class QuickTimeMetadataResourceFactory
          MetadataResourceFactory for video metadata using QuickTime.