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