使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
GCSConfigurationServer
public
class
GCSConfigurationServer
extends Object
implements
IConfigurationServer
java.lang.Object 中
|
↳ |
com.android.tradefed.config.gcs.GCSConfigurationServer
|
配置服务器从 Google Cloud Storage (GCS) 加载配置。
摘要
受保护的方法 |
File
|
downloadFile(String name)
|
String
|
getHostConfig(String hostname, String cluster)
获取主机的 tradefed 全局配置。
|
boolean
|
sameHost(String currentHostname, String hostname)
检查两个主机名是否用于同一主机。
|
公共构造函数
GCSConfigurationServer
public GCSConfigurationServer ()
公共方法
getConfig
public InputStream getConfig (String name)
按名称获取配置内容。
getCurrentHostConfig
public String getCurrentHostConfig ()
获取当前 Tradefed 会话的当前主机的配置文件名称。与其阅读
从本地文件获取主机配置文件,Tradefed 以 IConfigurationServer
开头,将会
从服务器获取主机配置。
受保护的方法
下载
protected File downloadFile (String name)
getHostConfig
protected String getHostConfig (String hostname,
String cluster)
获取主机的 tradefed 全局配置。如果提供了集群名称,则使用集群名称,否则使用
使用主机名。
参数 |
hostname |
String :主机名 |
cluster |
String :集群名称。 |
相同主机
protected boolean sameHost (String currentHostname,
String hostname)
检查两个主机名是否用于同一主机。在配置文件中,我们有时会使用简称
代表主机。
参数 |
currentHostname |
String :当前主机的名称 |
hostname |
String :配置中的主机名。 |
返回 |
boolean |
如果它们是同一主机,则为 true,否则为 false; |
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-08-22。"],[],[]]