protected static enum LauncherUtils.ProxySetting extends Enum<LauncherUtils.ProxySetting>
| Enum Constant and Description |
|---|
NO_PROXY |
PROXY_EVERYTHING |
PROXY_SELENIUM_TRAFFIC_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static LauncherUtils.ProxySetting |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LauncherUtils.ProxySetting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LauncherUtils.ProxySetting NO_PROXY
public static final LauncherUtils.ProxySetting PROXY_SELENIUM_TRAFFIC_ONLY
public static final LauncherUtils.ProxySetting PROXY_EVERYTHING
public static LauncherUtils.ProxySetting[] values()
for (LauncherUtils.ProxySetting c : LauncherUtils.ProxySetting.values()) System.out.println(c);
public static LauncherUtils.ProxySetting valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2012. All Rights Reserved.