|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetadataReaderFactory
Factory interface for MetadataReader
instances.
Allows for caching a MetadataReader per original resource.
SimpleMetadataReaderFactory
,
CachingMetadataReaderFactory
Method Summary | |
---|---|
MetadataReader |
getMetadataReader(Resource resource)
Obtain a MetadataReader for the given resource. |
MetadataReader |
getMetadataReader(String className)
Obtain a MetadataReader for the given class name. |
Method Detail |
---|
MetadataReader getMetadataReader(String className) throws IOException
className
- the class name (to be resolved to a ".class" file)
null
)
IOException
- in case of I/O failureMetadataReader getMetadataReader(Resource resource) throws IOException
resource
- the resource (pointing to a ".class" file)
null
)
IOException
- in case of I/O failure
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |