jp.crestmuse.cmx.commands.test
クラス MusicXMLSlurTest

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

public class MusicXMLSlurTest
extends CMXCommand


コンストラクタの概要
MusicXMLSlurTest()
           
 
メソッドの概要
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
 

コンストラクタの詳細

MusicXMLSlurTest

public MusicXMLSlurTest()
メソッドの詳細

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)