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

コンストラクタの概要
ComponentDescriptorFinder()
           
 
メソッドの概要
 void findComponentDescriptors(ClassLoader loader)
           
 void handle(String rootPath, String path, InputStream is)
          リソースを処理します。
static void main(String[] args)
           
 
クラス 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.