|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 RepositoryOption s. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |