代理配置
public final class ProxyConfiguration
extends Object
java.lang.Object | |
↳ | com.android.tradefed.config.proxy.ProxyConfiguration |
允许指向要执行的远程配置的对象。
概括
领域 | |
---|---|
public static final String | PROXY_CONFIG_TYPE_KEY
|
公共构造函数 | |
---|---|
ProxyConfiguration () |
公共方法 | |
---|---|
static String[] | clearCommandline (String[] originalCommand) |
File | getProxyConfig () 返回要使用的当前代理配置。 |
boolean | isProxySet () 返回是否设置了代理配置值。 |
领域
PROXY_CONFIG_TYPE_KEY
public static final String PROXY_CONFIG_TYPE_KEY
公共构造函数
代理配置
public ProxyConfiguration ()
公共方法
清除命令行
public static String[] clearCommandline (String[] originalCommand)
参数 | |
---|---|
originalCommand | String |
退货 | |
---|---|
String[] |
投掷 | |
---|---|
ConfigurationException |
获取代理配置
public File getProxyConfig ()
返回要使用的当前代理配置。
退货 | |
---|---|
File |
isProxySet
public boolean isProxySet ()
返回是否设置了代理配置值。
退货 | |
---|---|
boolean |