| java.lang.Object | |
| ↳ | org.ops4j.pax.exam.options.AbstractDelegateProvisionOption<T extends org.ops4j.pax.exam.options.AbstractDelegateProvisionOption<?>> |
Known Direct Subclasses
|
Abstract ProvisionOption that delegates to another provision option.
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Getter.
| |||||||||||
The start level for the provisioned bundle(s).
| |||||||||||
Getter.
| |||||||||||
Setter.
| |||||||||||
Setter.
| |||||||||||
If the provisioned bundle(s) should be started.
| |||||||||||
If the provisioned bundle(s) should be updated (re-downloaded).
| |||||||||||
Setter.
| |||||||||||
Setter.
| |||||||||||
Setter.
| |||||||||||
Setter.
| |||||||||||
Setter.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Implemented by sub classes in order to return itself (this) for fluent api usage
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.ops4j.pax.exam.options.ProvisionControl
| |||||||||||
From interface
org.ops4j.pax.exam.options.UrlReference
| |||||||||||
Constructor.
| delegate | wrapped provision option (cannot be null) |
|---|
| IllegalArgumentException | - If delegate is null |
|---|
The start level for the provisioned bundle(s).
Getter.
Setter. Specifyies that the provisioned bundle(s) should not be started.
Setter. Specifyies that the provisioned bundle(s) should not be updated.
If the provisioned bundle(s) should be started. By default bundles should be started.
If the provisioned bundle(s) should be updated (re-downloaded). By default bundles should be updated.
Setter. Specifyies that the provisioned bundle(s) should be started.
Setter.
| shouldStart | true if the provisioned bundle(s) should be started, false otherwise |
|---|
Setter.
| startLevel | start level of the provisioned bundle(s) |
|---|
Setter.
| shouldUpdate | true if the provisioned bundle(s) should be updated, false otherwise |
|---|
Setter. Specifyies that the provisioned bundle(s) should be updated.
Implemented by sub classes in order to return itself (this) for fluent api usage