Uses of Class
org.ops4j.pax.exam.options.SystemPropertyOption

Packages that use SystemPropertyOption
org.ops4j.pax.exam   
org.ops4j.pax.exam.options   
 

Uses of SystemPropertyOption in org.ops4j.pax.exam
 

Methods in org.ops4j.pax.exam that return SystemPropertyOption
static SystemPropertyOption CoreOptions.systemProperty(java.lang.String key)
          Creates a SystemPropertyOption.
 

Methods in org.ops4j.pax.exam with parameters of type SystemPropertyOption
static Option CoreOptions.systemProperties(SystemPropertyOption... systemProperties)
          Creates a composite option of SystemPropertyOptions.
 

Uses of SystemPropertyOption in org.ops4j.pax.exam.options
 

Methods in org.ops4j.pax.exam.options that return SystemPropertyOption
 SystemPropertyOption SystemPropertyOption.value(java.lang.String value)
          Sets the system property value.
 



Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.