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

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

protected class ComponentAutoRegister.JarFileStrategy
extends Object
implements ComponentAutoRegister.Strategy


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

コンストラクタの詳細

ComponentAutoRegister.JarFileStrategy

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

registerAll

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

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

createJarFile

protected JarFile createJarFile(URL url)


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