org.seasar.uruma.rcp.autoregister
クラス UrumaAppAutoRegisterBuilder
java.lang.Object
org.seasar.uruma.rcp.autoregister.UrumaAppAutoRegisterBuilder
public class UrumaAppAutoRegisterBuilder
- extends Object
UrumaAppAutoRegister
を S2Container
へ登録するための
ComponentDef
オブジェクトを生成するためのクラスです。
- 作成者:
- y-komori
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UrumaAppAutoRegisterBuilder
public UrumaAppAutoRegisterBuilder()
build
public static ComponentDef build(String refClassName,
String basePackage)
throws ClassNotFoundException
UrumaAppAutoRegister
のための ComponentDef
オブジェクトを生成します。
- パラメータ:
refClassName
- リファレンスクラス名称basePackage
- ベースパッケージ名
- 戻り値:
UrumaAppAutoRegister
の ComponentDef
オブジェクト
- 例外:
ClassNotFoundException
ctreateAddReferenceClassDef
protected static InitMethodDef ctreateAddReferenceClassDef(String referenceClassName)
throws ClassNotFoundException
- 例外:
ClassNotFoundException
createAddClassPatternDef
protected static InitMethodDef createAddClassPatternDef(String packageName,
String shortClass)
Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.