public interface MetadataReaderFactory
MetadataReader
インスタンスのファクトリインターフェース。元のリソースごとに MetadataReader をキャッシュできます。SimpleMetadataReaderFactory
, CachingMetadataReaderFactory
修飾子と型 | メソッドと説明 |
---|---|
MetadataReader | getMetadataReader(Resource resource) 指定されたリソースの MetadataReader を取得します。 |
MetadataReader | getMetadataReader(StringSE className) 指定されたクラス名の MetadataReader を取得します。 |
MetadataReader getMetadataReader(StringSE className) throws IOExceptionSE
className
- クラス名 (「.class」ファイルに解決される)null
) IOExceptionSE
- I/O 障害の場合 MetadataReader getMetadataReader(Resource resource) throws IOExceptionSE
resource
- リソース (「.class」ファイルを指す)null
) IOExceptionSE
- I/O 障害の場合