| java.lang.Object | |
| ↳ | org.ops4j.pax.exam.options.SystemPropertyOption |
Option specifying a system property.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Getter.
| |||||||||||
Getter.
| |||||||||||
Sets the system property value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.ops4j.pax.exam.options.ValueOption
| |||||||||||
Constructor.
| key | system property key (cannot be null or empty) |
|---|
| IllegalArgumentException | - If key is null or empty |
|---|
Getter.
Getter.
Sets the system property value.
| _value | system property value (cannot be null, can be empty) |
|---|
| IllegalArgumentException | - If value is null |
|---|