| java.lang.Object | |
| ↳ | org.ops4j.pax.exam.options.PropagateSystemPropertyOption |
Option for propagating a system property from the driver VM to the container VM. Only meaningful for remote containers.
If the given system property is set in the driver VM, Pax Exam will set the system property with the same key to the same value in the container VM.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Getter.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Constructor.
| key | system property key (cannot be null or empty) |
|---|
Getter.