static enum ShowCommands.Format extends java.lang.Enum<ShowCommands.Format>
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
print(ThrowingPrintWriter err,
CommandRef c) |
static ShowCommands.Format |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShowCommands.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShowCommands.Format USAGE
public static final ShowCommands.Format CLASSES
public static final ShowCommands.Format URLS
public static ShowCommands.Format[] values()
for (ShowCommands.Format c : ShowCommands.Format.values()) System.out.println(c);
public static ShowCommands.Format valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullabstract void print(ThrowingPrintWriter err, CommandRef c) throws java.io.IOException
java.io.IOException