インタフェース
shohaku.core.lang.feature.ResourceLoader の使用

ResourceLoader を使用しているパッケージ
shohaku.core.lang.feature 松伯ライブラリの横断的な機能を実行時にバインドするプラグイン機能を提供します。 
shohaku.core.lang.feature.impl コアライブラリの定義するプラグイン機能のデフォルト実装を提供します。 
 

shohaku.core.lang.feature での ResourceLoader の使用
 

ResourceLoader を返す shohaku.core.lang.feature のメソッド
abstract  ResourceLoader FeatureFactory.getResourceLoader()
          リソースローダ機能を生成して返却します。
static ResourceLoader FeatureFactory.getLoader()
          リソースローダ機能を生成して返却します。
 

shohaku.core.lang.feature.impl での ResourceLoader の使用
 

ResourceLoader を実装している shohaku.core.lang.feature.impl のクラス
 class DefaultResourceLoader
          リソースを読込む機能のデフォルト実装を提供します。
 

ResourceLoader として宣言されている shohaku.core.lang.feature.impl のフィールド
protected  ResourceLoader DefaultFeatureFactory.resourceLoader
          リソースローダ
 

ResourceLoader を返す shohaku.core.lang.feature.impl のメソッド
 ResourceLoader DefaultFeatureFactory.getResourceLoader()