jp.crestmuse.cmx.gui
クラス DeviationInstanceEditor

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

public class DeviationInstanceEditor
extends CMXCommandForGUI


フィールドの概要
protected static java.util.Properties config
           
 
コンストラクタの概要
DeviationInstanceEditor()
           
 
メソッドの概要
static void main(java.lang.String[] args)
           
protected  void preproc()
          Please override this method if your command require pre-processing.
protected  void run()
          Please to override this method to define the main processing.
protected  boolean setOptionsLocal(java.lang.String option, java.lang.String value)
          Please override this method to support non-yes/no options in your subclass.
 
クラス jp.crestmuse.cmx.commands.CMXCommandForGUI から継承されたメソッド
getFileList
 
クラス jp.crestmuse.cmx.commands.CMXCommand から継承されたメソッド
appendHelpMessage, exitWithMessage, getBaseName, getBaseName, getConfigXMLWrapper, getDestDir, getFileName, getHelpMessage, getOutFileName, getVersion, indata, init, newOutputData, outdata, postproc, readInputData, removeDirName, removeExt, removeExt, setBoolOptionsLocal, setOutfilename, setOutFileName, setOutputData, showErrorMessage, start
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

config

protected static java.util.Properties config
コンストラクタの詳細

DeviationInstanceEditor

public DeviationInstanceEditor()
メソッドの詳細

setOptionsLocal

protected boolean setOptionsLocal(java.lang.String option,
                                  java.lang.String value)
クラス CMXCommand の記述:

Please override this method to support non-yes/no options in your subclass.

サブクラスで独自の非YES/NO型オプションをサポートする場合には, このメソッドをオーバーライドしてください. このメソッドがオプションを受け入れたらtrue, 受け入れなかったらfalseを返さなければなりません.

オーバーライド:
クラス CMXCommand 内の setOptionsLocal

preproc

protected void preproc()
クラス CMXCommand の記述:

Please override this method if your command require pre-processing. The default implementation does nothing.

前処理が必要な場合は, このメソッドをオーバーライドしてください. デフォルトの実装では何もしません.

オーバーライド:
クラス CMXCommand 内の preproc

run

protected void run()
クラス CMXCommand の記述:

Please to override this method to define the main processing.

このメソッドをオーバーライドして, コマンドのメイン処理を記述してください.

定義:
クラス CMXCommand 内の run

main

public static void main(java.lang.String[] args)