System.setArgument

機能/意味
Setting command line options
タイプ
Systemクラスのメソッド
構文
setArgument(name, value)
引数
name  Specify the command line option name to be set. Add a '-' (hyphen) at the beginning (eg, '-contfreq').
value  Specify the value to be set. (Example: '60').
戻り値
なし (void)
説明
 Set command line options dynamically. Not all command line options are configurable.
 See for the command line options that can be set. Do not change options that are not marked as dynamically changeable here.
 This method does not check whether the option can be changed dynamically, the existence of the option, the validity of the value, etc. Be careful when setting values.
参照
System.getArgument