public static enum StartupRequest.Params extends Enum<StartupRequest.Params>
SonargraphBuildRunner
to map arguments and log errors, report usage.Modifier and Type | Method and Description |
---|---|
String |
getPresentationName() |
String |
toString() |
static StartupRequest.Params |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StartupRequest.Params[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StartupRequest.Params ACTIVATION_CODE
public static final StartupRequest.Params LICENSE_FILE
public static final StartupRequest.Params INSTALLATION_DIRECTORY
public static final StartupRequest.Params LANGUAGES
public static final StartupRequest.Params SYSTEM_DIRECTORY
public static final StartupRequest.Params REPORT_DIRECTORY
public static final StartupRequest.Params REPORT_FILE_NAME
public static final StartupRequest.Params REPORT_TYPE
public static final StartupRequest.Params REPORT_FORMAT
public static final StartupRequest.Params SNAPSHOT_DIRECTORY
public static final StartupRequest.Params SNAPSHOT_FILE_NAME
public static final StartupRequest.Params LOG_FILE
public static final StartupRequest.Params LOG_LEVEL
public static final StartupRequest.Params PROXY_HOST
public static final StartupRequest.Params PROXY_PORT
public static final StartupRequest.Params PROXY_USERNAME
public static final StartupRequest.Params PROXY_PASSWORD
public static final StartupRequest.Params WORKSPACE_PROFILE
public static final StartupRequest.Params VIRTUAL_MODEL
public static StartupRequest.Params[] values()
for (StartupRequest.Params c : StartupRequest.Params.values()) System.out.println(c);
public static StartupRequest.Params 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 String toString()
toString
in class Enum<StartupRequest.Params>
public String getPresentationName()