Proxy 設定

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()

傳回要使用的目前 Proxy 設定。

boolean isProxySet()

傳回是否已設定 Proxy 設定值。

欄位

PROXY_CONFIG_TYPE_KEY

public static final String PROXY_CONFIG_TYPE_KEY

公用建構函式

Proxy 設定

public ProxyConfiguration ()

公用方法

ClearCommandline

public static String[] clearCommandline (String[] originalCommand)

參數
originalCommand String

傳回
String[]

擲回
ConfigurationException

getProxyConfig

public File getProxyConfig ()

傳回要使用的目前 Proxy 設定。

傳回
File

isProxySet

public boolean isProxySet ()

傳回是否已設定 Proxy 設定值。

傳回
boolean