org.guiceex.config
クラス Config
java.lang.Object
org.guiceex.config.Config
public class Config
- extends Object
guiceex-cfg.xmlの<org.guiceex-config>に対応するクラスです。
- 作成者:
- matu◆AliceLAklI
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Config
public Config()
configure
public static Config configure(String configXMLPath)
throws ConfigurationException
Digesterを使用して、configXMLPathへ指定された
GuiceexコンフィグよりConfigをインスタンス化する。
- パラメータ:
configXMLPath - Guice-Extentionコンフィグへのパス。
- 戻り値:
Configインスタンス。
- 例外:
ConfigurationException
getBinders
public List<GuiceexBinder> getBinders()
addBinder
public void addBinder(GuiceexBinder binder)
Copyright © 2007. All Rights Reserved.