|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Main.Option>
org.codehaus.enunciate.main.Main.Option
public static enum Main.Option
| Enum Constant Summary | |
|---|---|
buildDir
|
|
classpath
|
|
compileDir
|
|
configFile
|
|
debug
|
|
disableDebugInfo
|
|
export
|
|
generateDir
|
|
javacCheck
|
|
packageDir
|
|
target
|
|
verbose
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
The description of the option. |
java.lang.String |
getHelpInfo()
Print out the help information for this option. |
java.lang.String |
getId()
The id of the option. |
java.lang.String |
getName()
The name of the option. |
java.lang.String |
getValueName()
The name of the value. |
boolean |
handle(java.lang.String option,
Enunciate enunciate)
Handle the specified option (with no value). |
boolean |
handle(java.lang.String option,
java.lang.String value,
Enunciate enunciate)
Handle the specified option with the specified value for the given enunciate mechanism. |
static Main.Option |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Main.Option[] |
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 Main.Option verbose
public static final Main.Option debug
public static final Main.Option disableDebugInfo
public static final Main.Option javacCheck
public static final Main.Option configFile
public static final Main.Option generateDir
public static final Main.Option compileDir
public static final Main.Option buildDir
public static final Main.Option packageDir
public static final Main.Option classpath
public static final Main.Option target
public static final Main.Option export
| Method Detail |
|---|
public static Main.Option[] values()
for (Main.Option c : Main.Option.values()) System.out.println(c);
public static Main.Option 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 name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String getId()
public java.lang.String getName()
public java.lang.String getValueName()
public java.lang.String getDescription()
public java.lang.String getHelpInfo()
public boolean handle(java.lang.String option,
Enunciate enunciate)
option - The option to handle.enunciate - The mechanism to manipulate.
public boolean handle(java.lang.String option,
java.lang.String value,
Enunciate enunciate)
option - The option to handle.value - The value to handle.enunciate - The mechansim to use.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||