|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.test.util.server.Argument
A command line argument.
Constructor Summary | |
Argument()
|
Method Summary | |
String |
getValue()
Get the value. |
void |
setLine(String line)
Set the line as the value. |
void |
setValue(String value)
Set the value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Argument()
Method Detail |
public String getValue()
public void setValue(String value)
value
- The value to set.public void setLine(String line)
line
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |