rcomp
b2008031701

org.phosphoresce.resourcecomp.cui
クラス CUIExecuter

java.lang.Object
  拡張org.phosphoresce.resourcecomp.core.CompareExecuter
      拡張org.phosphoresce.resourcecomp.cui.CUIExecuter

public class CUIExecuter
extends CompareExecuter

コマンドライン実行時スタータークラス

作成者:
Kitagawa

コンストラクタの概要
CUIExecuter()
          コンストラクタ
 
メソッドの概要
 void execute(java.lang.String[] args, CompareSession session)
          比較処理を実行します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CUIExecuter

public CUIExecuter()
コンストラクタ

メソッドの詳細

execute

public void execute(java.lang.String[] args,
                    CompareSession session)
             throws java.lang.Throwable
比較処理を実行します。

定義:
クラス CompareExecuter 内の execute
パラメータ:
args - 起動時コマンドライン引数
session - セッションオブジェクト
例外:
java.lang.Throwable - 処理中に予期せぬ例外がスローされた場合に発生します
関連項目:
CompareExecuter.execute(java.lang.String[], org.phosphoresce.resourcecomp.core.session.CompareSession)

rcomp
b2008031701