CloudConfigParser
public
class
AcloudConfigParser
extends Object
java.lang.Object | |
↳ | com.android.tradefed.device.cloud.AcloudConfigParser |
Acloud 構成を解析するヘルパークラス(クラウド デバイス インスタンスの起動に使用)。
概要
パブリック メソッド | |
---|---|
String
|
getValueForKey(AcloudConfigParser.AcloudKeys key)
Acloud キーに関連付けられている値を返します。値がない場合は null を返します。 |
static
AcloudConfigParser
|
parseConfig(File configFile)
acloud 構成ファイルを解析し、入力済みの |
パブリック メソッド
getValueForKey
public String getValueForKey (AcloudConfigParser.AcloudKeys key)
Acloud キーに関連付けられている値を返します。値がない場合は null を返します。
パラメータ | |
---|---|
key |
AcloudConfigParser.AcloudKeys |
戻り値 | |
---|---|
String |
parseConfig
public static AcloudConfigParser parseConfig (File configFile)
acloud 構成ファイルを解析し、入力済みの AcloudConfigParser
を返します。
値をクエリできますエラーの場合は null を返します。
パラメータ | |
---|---|
configFile |
File |
戻り値 | |
---|---|
AcloudConfigParser |