|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ops4j.pax.exam.options.SystemPropertyOption
public class SystemPropertyOption
Option specifying a system property.
| Constructor Summary | |
|---|---|
SystemPropertyOption(String key)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getKey()
Getter. |
String |
getValue()
Getter. |
String |
toString()
|
SystemPropertyOption |
value(String value)
Sets the system property value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SystemPropertyOption(String key)
key - system property key (cannot be null or empty)
IllegalArgumentException - - If key is null or empty| Method Detail |
|---|
public SystemPropertyOption value(String value)
value - system property value (cannot be null, can be empty)
IllegalArgumentException - - If value is nullpublic String getKey()
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 | |||||||||