jp.crestmuse.cmx.commands
クラス MakeDeadpanSCC

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

public class MakeDeadpanSCC
extends CMXCommand


コンストラクタの概要
MakeDeadpanSCC()
           
 
メソッドの概要
static void main(java.lang.String[] args)
           
 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
 

コンストラクタの詳細

MakeDeadpanSCC

public MakeDeadpanSCC()
メソッドの詳細

run

public void run()
         throws java.io.IOException,
                javax.xml.parsers.ParserConfigurationException,
                javax.xml.transform.TransformerException,
                org.xml.sax.SAXException
クラス 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

main

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