jp.crestmuse.cmx.commands
クラス DeviationInstanceGeneratorSample

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

public class DeviationInstanceGeneratorSample
extends CMXCommand


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

コンストラクタの詳細

DeviationInstanceGeneratorSample

public DeviationInstanceGeneratorSample()
メソッドの詳細

run

protected void run()
            throws java.io.IOException,
                   javax.xml.parsers.ParserConfigurationException,
                   javax.xml.transform.TransformerException,
                   org.xml.sax.SAXException,
                   InvalidFileTypeException
オーバーライド:
クラス 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)