|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<CommandLineArgs.PrefixType> org.jikesrvm.CommandLineArgs.PrefixType
private static enum CommandLineArgs.PrefixType
Argument types
Method Summary | |
---|---|
static CommandLineArgs.PrefixType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CommandLineArgs.PrefixType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CommandLineArgs.PrefixType INVALID_ARG
public static final CommandLineArgs.PrefixType APPLICATION_ARG
public static final CommandLineArgs.PrefixType CLASSPATH_ARG
public static final CommandLineArgs.PrefixType ENVIRONMENT_ARG
public static final CommandLineArgs.PrefixType VERBOSE_JNI_ARG
public static final CommandLineArgs.PrefixType VERBOSE_CLS_ARG
public static final CommandLineArgs.PrefixType JAR_ARG
public static final CommandLineArgs.PrefixType JAVAAGENT_ARG
public static final CommandLineArgs.PrefixType ENABLE_ASSERTION_ARG
public static final CommandLineArgs.PrefixType ENABLE_SYSTEM_ASSERTION_ARG
public static final CommandLineArgs.PrefixType DISABLE_ASSERTION_ARG
public static final CommandLineArgs.PrefixType DISABLE_SYSTEM_ASSERTION_ARG
public static final CommandLineArgs.PrefixType HELP_ARG
public static final CommandLineArgs.PrefixType ARG
public static final CommandLineArgs.PrefixType IRC_HELP_ARG
public static final CommandLineArgs.PrefixType IRC_ARG
public static final CommandLineArgs.PrefixType RECOMP_HELP_ARG
public static final CommandLineArgs.PrefixType RECOMP_ARG
public static final CommandLineArgs.PrefixType AOS_HELP_ARG
public static final CommandLineArgs.PrefixType AOS_ARG
public static final CommandLineArgs.PrefixType BASE_HELP_ARG
public static final CommandLineArgs.PrefixType BASE_ARG
public static final CommandLineArgs.PrefixType OPT_ARG
public static final CommandLineArgs.PrefixType OPT_HELP_ARG
public static final CommandLineArgs.PrefixType VERIFY_ARG
public static final CommandLineArgs.PrefixType GC_HELP_ARG
public static final CommandLineArgs.PrefixType GC_ARG
public static final CommandLineArgs.PrefixType BOOTCLASSPATH_P_ARG
public static final CommandLineArgs.PrefixType BOOTCLASSPATH_A_ARG
public static final CommandLineArgs.PrefixType BOOTSTRAP_CLASSES_ARG
public static final CommandLineArgs.PrefixType AVAILABLE_PROCESSORS_ARG
Method Detail |
---|
public static CommandLineArgs.PrefixType[] values()
for (CommandLineArgs.PrefixType c : CommandLineArgs.PrefixType.values()) System.out.println(c);
public static CommandLineArgs.PrefixType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |