|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ops4j.pax.exam.container.def.options.VMOption
public class VMOption
Option specifying a raw virtual machine option.
Constructor Summary | |
---|---|
VMOption(java.lang.String option)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getOption()
Getter. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VMOption(java.lang.String option)
option
- virtual machine option (cannot be null or empty)
java.lang.IllegalArgumentException
- - If option is null or emptyMethod Detail |
---|
public java.lang.String getOption()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |