jp.crestmuse.cmx.commands
クラス CMXSample1

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.commands.CMXCommand
      上位を拡張 jp.crestmuse.cmx.commands.CMXSample1
すべての実装されたインタフェース:
CMXInitializer

public class CMXSample1
extends CMXCommand


コンストラクタの概要
CMXSample1()
           
 
メソッドの概要
static void main(java.lang.String[] args)
           
protected  void run()
          Please to override this method to define the main processing.
 
クラス jp.crestmuse.cmx.commands.CMXCommand から継承されたメソッド
appendHelpMessage, exitWithMessage, getBaseName, getBaseName, getConfigXMLWrapper, getDestDir, getFileName, getHelpMessage, getOutFileName, getVersion, indata, init, newOutputData, outdata, postproc, preproc, readInputData, removeDirName, removeExt, removeExt, setBoolOptionsLocal, setOptionsLocal, setOutfilename, setOutFileName, setOutputData, showErrorMessage, start
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CMXSample1

public CMXSample1()
メソッドの詳細

run

protected void run()
            throws java.io.IOException,
                   javax.xml.parsers.ParserConfigurationException,
                   javax.xml.transform.TransformerException,
                   org.xml.sax.SAXException,
                   InvalidFileTypeException
クラス CMXCommand の記述:

Please to override this method to define the main processing.

このメソッドをオーバーライドして, コマンドのメイン処理を記述してください.

定義:
クラス CMXCommand 内の run
例外:
java.io.IOException
javax.xml.parsers.ParserConfigurationException
javax.xml.transform.TransformerException
org.xml.sax.SAXException
InvalidFileTypeException

main

public static void main(java.lang.String[] args)