jp.crestmuse.cmx.commands
クラス SMF2SCC

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

public class SMF2SCC
extends CMXCommand


コンストラクタの概要
SMF2SCC()
           
 
メソッドの概要
static void main(java.lang.String[] args)
           
protected  CMXFileWrapper readInputData(java.lang.String filename)
          Reads the specified file and returns a CMXFileWrapper object.
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, removeDirName, removeExt, removeExt, setBoolOptionsLocal, setOptionsLocal, setOutfilename, setOutFileName, setOutputData, showErrorMessage, start
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SMF2SCC

public SMF2SCC()
メソッドの詳細

readInputData

protected final CMXFileWrapper readInputData(java.lang.String filename)
                                      throws java.io.IOException,
                                             javax.xml.parsers.ParserConfigurationException,
                                             org.xml.sax.SAXException,
                                             javax.xml.transform.TransformerException
クラス CMXCommand の記述:
Reads the specified file and returns a CMXFileWrapper object.

指定されたファイル名を読み込んでCMXFileWrapperオブジェクトを 返します. 具体的には, CMXFileWrapper.readfile(filename)を実行しています. 通常はこのメソッドは使用しませんが, コマンドの都合により, 上記のメソッドが使えない場合(スタンダードMIDIファイル をMIDI XMLドキュメントとして読み込む場合)にオーバーライドしてください. (通常, ユーザがこのメソッドを呼び出す必要はありません.)

オーバーライド:
クラス CMXCommand 内の readInputData
例外:
java.io.IOException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
javax.xml.transform.TransformerException

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)