|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.crestmuse.cmx.filewrappers.CMXFileWrapper
jp.crestmuse.cmx.amusaj.filewrappers.AmusaScriptWrapper
public class AmusaScriptWrapper
入れ子のクラスの概要 | |
---|---|
class |
AmusaScriptWrapper.Connection
|
class |
AmusaScriptWrapper.Output
|
フィールドの概要 |
---|
クラス jp.crestmuse.cmx.filewrappers.CMXFileWrapper から継承されたフィールド |
---|
catalogFileName, linkmanager |
コンストラクタの概要 | |
---|---|
AmusaScriptWrapper()
|
メソッドの概要 | |
---|---|
protected void |
analyze()
This method defines the initial processing required for extracting information from the XML document. |
AmusaScriptWrapper.Connection[] |
getConnections()
|
java.util.Map<java.lang.String,java.lang.String> |
getModules()
|
java.lang.String |
getOutputFormat()
|
AmusaScriptWrapper.Output[] |
getOutputs()
|
java.lang.String |
getParam(java.lang.String name)
|
java.lang.String[] |
getParamNameList()
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public AmusaScriptWrapper()
メソッドの詳細 |
---|
protected void analyze()
CMXFileWrapper
の記述: This method defines the initial processing required for extracting information from the XML document. This is called by the runAll() method in the CMXCommand class after readfile() method before run() method. The default implementation does not do anything.
このメソッドでは, XMLドキュメントから情報を取り出す上で必要な初期の処理を 記述します. これは, CMXCommandクラスのrunAll()メソッドから, readfile()メソッドの後, run()メソッドの前に呼び出されます. デフォルトの実装では何もしません.
CMXFileWrapper
内の analyze
public java.lang.String[] getParamNameList()
public java.lang.String getParam(java.lang.String name)
public java.util.Map<java.lang.String,java.lang.String> getModules()
public AmusaScriptWrapper.Connection[] getConnections()
public AmusaScriptWrapper.Output[] getOutputs()
public java.lang.String getOutputFormat()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |