org.seasar.cubby.plugins.s2.detector.impl
クラス ClassDetectorImpl
java.lang.Object
org.seasar.framework.container.cooldeploy.CoolComponentAutoRegister
org.seasar.cubby.plugins.s2.detector.impl.ClassDetectorImpl
- すべての実装されたインタフェース:
- ClassDetector, ClassTraversal.ClassHandler, Disposable
public class ClassDetectorImpl
- extends CoolComponentAutoRegister
- implements ClassDetector, Disposable
クラスパスを走査してクラスを検出するクラスの実装です。
Cool Deploy の挙動と合わせるため、CoolComponentAutoRegister
を継承しています。
- 作成者:
- baba
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INIT_METHOD
public static final String INIT_METHOD
- スーパークラスの初期化メソッドをクリアします。
ClassDetectorImpl
public ClassDetectorImpl()
processClass
public void processClass(String packageName,
String shortClassName)
-
- 定義:
- インタフェース
ClassTraversal.ClassHandler
内の processClass
- オーバーライド:
- クラス
CoolComponentAutoRegister
内の processClass
detect
public void detect()
- クラスの検出を開始します。
- 定義:
- インタフェース
ClassDetector
内の detect
dispose
public void dispose()
-
- 定義:
- インタフェース
Disposable
内の dispose
createComponentDef
protected ComponentDef createComponentDef(Class componentClass)
-
- オーバーライド:
- クラス
CoolComponentAutoRegister
内の createComponentDef
Copyright © 2006-2010 The Seasar Foundation. All Rights Reserved.