public class

PropagateSystemPropertyOption

extends Object
implements Option
java.lang.Object
   ↳ org.ops4j.pax.exam.options.PropagateSystemPropertyOption

Class Overview

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.

Summary

Public Constructors
PropagateSystemPropertyOption(String key)
Constructor.
Public Methods
boolean equals(Object obj)
String getKey()
Getter.
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PropagateSystemPropertyOption (String key)

Constructor.

Parameters
key system property key (cannot be null or empty)

Public Methods

public boolean equals (Object obj)

public String getKey ()

Getter.

Returns
  • system property key (cannot be null or empty)

public int hashCode ()

public String toString ()