jp.crestmuse.cmx.amusaj.commands
クラス SCC2ARFF080811model1
java.lang.Object
jp.crestmuse.cmx.commands.CMXCommand<FileWrapperCompatible,FileWrapperCompatible>
jp.crestmuse.cmx.amusaj.commands.SCC2ARFF080811model1
- すべての実装されたインタフェース:
- CMXInitializer
public class SCC2ARFF080811model1
- extends CMXCommand<FileWrapperCompatible,FileWrapperCompatible>
複数のSCCからARFFを生成して返す. デフォルトで標準出力に書き出す. ファイルに書き出したい場合はpostprocをいじる.
クラス jp.crestmuse.cmx.commands.CMXCommand から継承されたメソッド |
appendHelpMessage, exitWithMessage, getBaseName, getBaseName, getConfigXMLWrapper, getDestDir, getFileName, getHelpMessage, getOutFileName, getVersion, indata, init, loopEnabled, newOutputData, outdata, 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 |
run
protected FileWrapperCompatible run(FileWrapperCompatible f)
throws java.io.IOException,
javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
javax.xml.transform.TransformerException,
InvalidFileTypeException
- オーバーライド:
- クラス
CMXCommand<FileWrapperCompatible,FileWrapperCompatible>
内の run
- 例外:
java.io.IOException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
javax.xml.transform.TransformerException
InvalidFileTypeException
postproc
protected void postproc()
throws java.io.IOException,
javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
javax.xml.transform.TransformerException
- クラス
CMXCommand
の記述:
Please override this method if your command require post-processing.
The default implementation does nothing.
後処理が必要な場合は, このメソッドをオーバーライドしてください.
デフォルトの実装では何もしません.
- オーバーライド:
- クラス
CMXCommand<FileWrapperCompatible,FileWrapperCompatible>
内の postproc
- 例外:
java.io.IOException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
javax.xml.transform.TransformerException
main
public static void main(java.lang.String[] args)