jp.go.nict.langrid.commons.parameter
クラス CmdArgParameterContext

java.lang.Object
  上位を拡張 jp.go.nict.langrid.commons.parameter.ParameterContext
      上位を拡張 jp.go.nict.langrid.commons.parameter.CmdArgParameterContext

public class CmdArgParameterContext
extends ParameterContext

コマンドライン引数を対象にしたParameterContext。

作成者:
Takao Nakaguchi

コンストラクタの概要
CmdArgParameterContext(String[] args)
          コンストラクタ。
 
メソッドの概要
 Collection<String> getNoNameArgs()
           
 String getValue(String name)
          パラメータを取得する。
 
クラス jp.go.nict.langrid.commons.parameter.ParameterContext から継承されたメソッド
getBoolean, getBoolean, getDouble, getDouble, getEnum, getEnum, getFloat, getFloat, getInteger, getInteger, getLong, getLong, getString, getWithTransformer, getWithTransformer, load
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CmdArgParameterContext

public CmdArgParameterContext(String[] args)
コンストラクタ。

パラメータ:
map - マップ
メソッドの詳細

getValue

public String getValue(String name)
クラス ParameterContext の記述:
パラメータを取得する。存在しない場合nullが返る。

定義:
クラス ParameterContext 内の getValue
パラメータ:
name - パラメータ名
戻り値:
パラメータ。存在しない場合null

getNoNameArgs

public Collection<String> getNoNameArgs()