|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetadataResourceFactory
Factory API for creating MetadataResource
instances.
This factory API is designed so that different, related metadata standards can be instantiated by a common factory. For example a single ID3 factory can be implemented to return different MetadataResource implementations for ID3v1, ID3v1.1, ID3v2, ID3v2.2, etc.
Method Summary | |
---|---|
MetadataResource |
getMetadataResourceInstance(java.io.File file)
Get a MetadataResource for a given file. |
Method Detail |
---|
MetadataResource getMetadataResourceInstance(java.io.File file) throws java.io.IOException, MetadataNotSupportedException
MetadataResource
for a given file.
file
- the file
java.io.IOException
- if an IO error occurs
MetadataNotSupportedException
- if the file is not supported for any reason
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |