|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.celtix.configuration.CommandLineOption
public class CommandLineOption
Represents a command line option, similar to ConfigurationItem
.
Constructor Summary | |
---|---|
CommandLineOption(String optionName)
|
Method Summary | |
---|---|
boolean |
exists()
|
String |
getName()
|
String |
getShortcut()
|
Object |
getValue()
|
void |
initialize(String v)
|
void |
initialize(String[] args)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CommandLineOption(String optionName)
Method Detail |
---|
public String toString()
toString
in class Object
public String getName()
public String getShortcut()
public Object getValue()
public boolean exists()
public void initialize(String v)
public void initialize(String[] args)
|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |