ProxyConfiguration

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

パブリック コンストラクタ

ProxyConfiguration

public ProxyConfiguration ()

パブリック メソッド

clearCommandline

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

パラメータ
originalCommand String

戻り値
String[]

例外
ConfigurationException

getProxyConfig

public File getProxyConfig ()

使用する現在のプロキシ設定を返します。

戻り値
File

isProxySet

public boolean isProxySet ()

プロキシ構成値が設定されているかどうかを返します。

戻り値
boolean