feat.v1.preprocess
クラス RequiredParams

java.lang.Object
  拡張feat.v1.PreProcess
      拡張feat.v1.preprocess.RequiredParams

public class RequiredParams
extends PreProcess


コンストラクタの概要
RequiredParams()
           
 
メソッドの概要
 boolean examine(Command command, java.lang.String[] params, ContextAccessor acc)
          コマンド実行の事前条件を満たしてるかどうかをチェック。
 
クラス feat.v1.PreProcess から継承したメソッド
getPreProcessDeclaration, getStringResource
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RequiredParams

public RequiredParams()
メソッドの詳細

examine

public boolean examine(Command command,
                       java.lang.String[] params,
                       ContextAccessor acc)
                throws java.lang.Exception
クラス PreProcess の記述:
コマンド実行の事前条件を満たしてるかどうかをチェック。

定義:
クラス PreProcess 内の examine
パラメータ:
command -
params -
戻り値:
事前条件を満たさないときはfalse。
例外:
java.lang.Exception - アプリケーションで起こった例外