jp.ne.mki.wedge.rule.client.http
クラス GetURLForOpenConf

java.lang.Object
  上位を拡張 AbstractWedgeConf
      上位を拡張 jp.ne.mki.wedge.rule.client.http.GetURLForOpenConf

public class GetURLForOpenConf
extends AbstractWedgeConf

FileTransferRule実行時にFileTransferClient.wdgを読み込むため必要となるロジッククラスです。


コンストラクタの概要
GetURLForOpenConf()
          コンストラクタ
 
メソッドの概要
 java.lang.String getFileTransferUrl()
           
 java.lang.String getModuleProperty(java.lang.String node, java.lang.String condProp, java.lang.String condValue, java.lang.String prop)
           
protected  void setProperties()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GetURLForOpenConf

public GetURLForOpenConf()
                  throws java.lang.Exception
コンストラクタ

例外:
java.lang.Exception
メソッドの詳細

setProperties

protected void setProperties()
                      throws WedgeConfigModuleNotDefException,
                             WedgeConfigDefNotFoundException,
                             WedgeConfigException
例外:
WedgeConfigModuleNotDefException
WedgeConfigDefNotFoundException
WedgeConfigException

getModuleProperty

public java.lang.String getModuleProperty(java.lang.String node,
                                          java.lang.String condProp,
                                          java.lang.String condValue,
                                          java.lang.String prop)
                                   throws WedgeConfigModuleNotDefException,
                                          WedgeConfigDefNotFoundException
例外:
WedgeConfigModuleNotDefException
WedgeConfigDefNotFoundException

getFileTransferUrl

public java.lang.String getFileTransferUrl()