|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.application.control.CmdLineArg
public class CmdLineArg
CmdLineArg holds a parsed command line argument.
| Constructor Summary | |
|---|---|
CmdLineArg(String name)
A Command line argument (a switch) |
|
CmdLineArg(String name,
String value)
A Command line argument (an option with a value that can be empty) |
|
| Method Summary | |
|---|---|
String |
getName()
Return the argument name |
String |
getValue()
Return the argument value |
String |
toString()
Return a string representation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CmdLineArg(String name,
String value)
public CmdLineArg(String name)
| Method Detail |
|---|
public String getName()
public String getValue()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||