Uses of Interface
org.ops4j.pax.exam.container.def.options.RepositoryOption

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

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

Methods in org.ops4j.pax.exam.container.def that return RepositoryOption
static RepositoryOption PaxRunnerOptions.repository(java.lang.String repositoryUrl)
          Creates a RepositoryOption.
 

Methods in org.ops4j.pax.exam.container.def with parameters of type RepositoryOption
static Option PaxRunnerOptions.repositories(RepositoryOption... repositoryOptions)
          Creates a composite option of RepositoryOptions.
 

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

Classes in org.ops4j.pax.exam.container.def.options that implement RepositoryOption
 class RepositoryOptionImpl
          RepositoryOption implementations.
 

Methods in org.ops4j.pax.exam.container.def.options that return RepositoryOption
 RepositoryOption RepositoryOption.allowSnapshots()
          Mark repository as allowing snapshots.
 RepositoryOption RepositoryOption.disableReleases()
          Mark repository as not allowing releases.
 



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