| java.lang.Object | |
| ↳ | org.ops4j.pax.exam.options.extra.RepositoryOptionImpl |
RepositoryOption implementation.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Mark repository as allowing snapshots.
| |||||||||||
Mark repository as not allowing releases.
| |||||||||||
Returns the full repository url.
| |||||||||||
Defines repository identifier to be referenced in Maven settings.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.ops4j.pax.exam.options.ValueOption
| |||||||||||
From interface
org.ops4j.pax.exam.options.extra.RepositoryOption
| |||||||||||
Constructor.
| repositoryUrl | repository url (cannot be null or empty) |
|---|
| IllegalArgumentException | - If repository url is null or empty |
|---|
Mark repository as allowing snapshots.
Mark repository as not allowing releases.
Returns the full repository url.
| IllegalStateException | - if both snapshots and releases are not allowed |
|---|
Defines repository identifier to be referenced in Maven settings.