public static enum Main.Arguments extends Enum<Main.Arguments>
| Enum Constant and Description |
|---|
logLevel |
proxyRemoteHost |
proxyRemotePort |
serverPort |
| Modifier and Type | Method and Description |
|---|---|
static org.mockserver.cli.Main.CaseInsensitiveList |
names() |
static Main.Arguments |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Main.Arguments[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Main.Arguments serverPort
public static final Main.Arguments proxyRemotePort
public static final Main.Arguments proxyRemoteHost
public static final Main.Arguments logLevel
public static Main.Arguments[] values()
for (Main.Arguments c : Main.Arguments.values()) System.out.println(c);
public static Main.Arguments 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 nullpublic static org.mockserver.cli.Main.CaseInsensitiveList names()
Copyright © 2020. All rights reserved.