|
|||||||||
前 次 | フレームあり フレームなし |
推奨されていないクラス | |
---|---|
jp.crestmuse.cmx.commands.CMXCommandForGUI
OBSOLETE!!! |
推奨されていないメソッド | |
---|---|
jp.crestmuse.cmx.commands.CMXCommand.getFileName()
Returns the name of the currently processing file. 現在処理中のファイル名を返します. runメソッド内で現在処理中のファイル名が必要になったとき(たとえば拡張子だけが 異なるファイルを追加で読み込む場合など)に用いることを想定しています. |
|
jp.crestmuse.cmx.commands.CMXCommand.indata()
Returns the input document. 入力ドキュメントを返します. runメソッドをオーバーライドする際に, runメソッド内で読み込んだデータに アクセスする際に用いることを想定しています. |
|
jp.crestmuse.cmx.commands.CMXCommand.newOutputData(String)
Creates an empty document with the specified top-tag name and assigns it to the outdata instance. 指定された名前のトップタグを持つ空ドキュメントを生成し, outdataインスタンスに代入します. |
|
jp.crestmuse.cmx.commands.CMXCommand.outdata()
Returns the output document. 出力ドキュメントを返します. runメソッドをオーバーライドする際に, ファイルに書き込むべきデータを CMXFileWrapperオブジェクトに追加する際に用いることを想定しています. |
|
jp.crestmuse.cmx.commands.CMXCommand.run()
Please to override this method to define the main processing. このメソッドをオーバーライドして, コマンドのメイン処理を記述してください. |
|
jp.crestmuse.cmx.commands.CMXCommand.setOutputData(F2)
Assigns the specified CMXFileWrapper object to the output object. 指定されたCMXFileWrapperオブジェクトを出力オブジェクトに指定します. |
|
|||||||||
前 次 | フレームあり フレームなし |