org.seasar.framework.container.autoregister
クラス ComponentAutoRegister.FileSystemStrategy

java.lang.Object
  拡張org.seasar.framework.container.autoregister.ComponentAutoRegister.FileSystemStrategy
すべての実装インタフェース:
ComponentAutoRegister.Strategy
含まれているクラス:
ComponentAutoRegister

protected class ComponentAutoRegister.FileSystemStrategy
extends Object
implements ComponentAutoRegister.Strategy


コンストラクタの概要
protected ComponentAutoRegister.FileSystemStrategy()
           
 
メソッドの概要
protected  File getRootDir(Class referenceClass, URL url)
           
 void registerAll(Class referenceClass, URL url)
          コンポーネントを自動登録します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ComponentAutoRegister.FileSystemStrategy

protected ComponentAutoRegister.FileSystemStrategy()
メソッドの詳細

registerAll

public void registerAll(Class referenceClass,
                        URL url)
インタフェース ComponentAutoRegister.Strategy の記述:
コンポーネントを自動登録します。

定義:
インタフェース ComponentAutoRegister.Strategy 内の registerAll
パラメータ:
referenceClass -
url -

getRootDir

protected File getRootDir(Class referenceClass,
                          URL url)


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.