jp.crestmuse.cmx.amusaj.filewrappers
クラス AmusaScriptWrapper

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.filewrappers.CMXFileWrapper
      上位を拡張 jp.crestmuse.cmx.amusaj.filewrappers.AmusaScriptWrapper
すべての実装されたインタフェース:
FileWrapperCompatible

public class AmusaScriptWrapper
extends CMXFileWrapper


入れ子のクラスの概要
 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()
           
 
クラス jp.crestmuse.cmx.filewrappers.CMXFileWrapper から継承されたメソッド
addChild, addChild, addChildAndText, addChildAndText, addChildAndText, addChildOf, addClassTable, addDocumentTypeTable, addLinks, addLinks, addPathFirst, addPathLast, addSibling, addSibling, addText, addText, addText, changeCurrentNode, checkFinalized, createDocument, finalizeDocument, getAbsolutePath, getDocument, getFileName, getParentPath, getPath, getTopTagAttribute, getTopTagAttributeNS, getURI, init, isFinalized, println, read, readfile, readfile, readfile, resetXPath, returnToParent, returnToPrevCurrentNode, selectNodeList, selectNodeList, selectSingleNode, selectSingleNode, setAttribute, setAttribute, setAttribute, setAttributeNS, setAttributeNS, setAttributeNS, setNamespaceContext, setTopTagAttribute, setTopTagAttributeNS, wrap, write, write, writefile, writefile, writeGZippedFile, writeGZippedFile
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AmusaScriptWrapper

public AmusaScriptWrapper()
メソッドの詳細

analyze

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

getParamNameList

public java.lang.String[] getParamNameList()

getParam

public java.lang.String getParam(java.lang.String name)

getModules

public java.util.Map<java.lang.String,java.lang.String> getModules()

getConnections

public AmusaScriptWrapper.Connection[] getConnections()

getOutputs

public AmusaScriptWrapper.Output[] getOutputs()

getOutputFormat

public java.lang.String getOutputFormat()