org.seasar.uruma.component.factory.desc
クラス ComponentDescriptorFinder
java.lang.Object
org.seasar.uruma.component.factory.desc.ComponentDescriptorFinder
- すべての実装されたインタフェース:
- ResourceHandler
public class ComponentDescriptorFinder
- extends Object
- implements ResourceHandler
コンポーネント・ディスクリプタを検索するためのクラスです。
- 作成者:
- y-komori
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentDescriptorFinder
public ComponentDescriptorFinder()
findComponentDescriptors
public void findComponentDescriptors(ClassLoader loader)
handle
public void handle(String rootPath,
String path,
InputStream is)
- インタフェース
ResourceHandler
の記述:
- リソースを処理します。
本メソッドは、 ResourceTraverser.traverse(URL, URL, ResourceHandler)
メソッドを呼び出したとき、発見した各々のリソースに対して呼び出されます。
- 定義:
- インタフェース
ResourceHandler
内の handle
- パラメータ:
rootPath
- クラスパス上のルートを表す絶対パスpath
- クラスパス上のリソースのパスis
- リソースを読み込むための InputStream
main
public static void main(String[] args)
Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.