AcloudConfigParser
public
class
AcloudConfigParser
extends Object
java.lang.Object 中 | |
↳ | com.android.tradefed.device.cloud.AcloudConfigParser 异常 |
用于解析 Acloud 配置(用于启动 Cloud 设备实例)的辅助类。
摘要
公共方法 | |
---|---|
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 |