ProxyConfiguration

public final class ProxyConfiguration
extends Object

java.lang.Object
   ↳ com.android.tradefed.config.proxy.ProxyConfiguration


Objekt, mit dem auf eine auszuführende Remote-Konfiguration verwiesen werden kann.

Zusammenfassung

Konstanten

String PROXY_CONFIG_TYPE_KEY

Öffentliche Konstruktoren

ProxyConfiguration()

Öffentliche Methoden

static String[] clearCommandline(String[] originalCommand)
File getProxyConfig()

Gibt die aktuelle Proxykonfiguration zurück, die verwendet werden soll.

boolean isProxySet()

Gibt zurück, ob ein Proxykonfigurationswert festgelegt ist.

Konstanten

PROXY_CONFIG_TYPE_KEY

public static final String PROXY_CONFIG_TYPE_KEY

Konstanter Wert: "proxy-config"

Öffentliche Konstruktoren

ProxyConfiguration

public ProxyConfiguration ()

Öffentliche Methoden

clearCommandline

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

Parameter
originalCommand String

Returns
String[]

Ausgabe
ConfigurationException

getProxyConfig

public File getProxyConfig ()

Gibt die aktuelle Proxykonfiguration zurück, die verwendet werden soll.

Returns
File

isProxySet

public boolean isProxySet ()

Gibt zurück, ob ein Proxykonfigurationswert festgelegt ist.

Returns
boolean