Uses of Class
org.ops4j.pax.exam.container.def.options.ProfileOption

Packages that use ProfileOption
org.ops4j.pax.exam.container.def   
org.ops4j.pax.exam.container.def.options   
 

Uses of ProfileOption in org.ops4j.pax.exam.container.def
 

Methods in org.ops4j.pax.exam.container.def that return ProfileOption
static ProfileOption PaxRunnerOptions.compendiumProfile()
          Creates a Log Service ProfileOption (--profiles=compendium).
static ProfileOption PaxRunnerOptions.configProfile()
          Creates a Configuration Admin Service ProfileOption (--profiles=config).
static ProfileOption PaxRunnerOptions.dsProfile()
          Creates a Declarative Service ProfileOption (--profiles=ds).
static ProfileOption PaxRunnerOptions.logProfile()
          Creates a Log Service ProfileOption (--profiles=log).
static ProfileOption PaxRunnerOptions.profile(java.lang.String name)
          Creates a ProfileOption by profile name.
static ProfileOption PaxRunnerOptions.profile(java.lang.String name, java.lang.String version)
          Creates a ProfileOption by profile name and version.
static ProfileOption PaxRunnerOptions.webProfile()
          Creates a Http Service ProfileOption (--profiles=web).
 

Methods in org.ops4j.pax.exam.container.def with parameters of type ProfileOption
static Option PaxRunnerOptions.profiles(ProfileOption... profiles)
          Creates a composite option of ProfileOption.
 

Uses of ProfileOption in org.ops4j.pax.exam.container.def.options
 

Methods in org.ops4j.pax.exam.container.def.options that return ProfileOption
 ProfileOption ProfileOption.version(java.lang.String version)
          Sets the profile version or version range.
 ProfileOption ProfileOption.versionAsInProject()
          Discovers the profile version out of the project.
 



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