public interface ProvisionControl<T extends ProvisionControl<?>>
| Modifier and Type | Method and Description |
|---|---|
Integer |
getStartLevel()
The start level for the provisioned bundle(s).
|
T |
noStart()
Setter.
|
T |
noUpdate()
Setter.
|
boolean |
shouldStart()
If the provisioned bundle(s) should be started.
|
boolean |
shouldUpdate()
If the provisioned bundle(s) should be updated (re-downloaded).
|
T |
start()
Setter.
|
T |
start(Boolean shouldStart)
Setter.
|
T |
startLevel(Integer startLevel)
Setter.
|
T |
update()
Setter.
|
T |
update(Boolean shouldUpdate)
Setter.
|
boolean shouldUpdate()
boolean shouldStart()
Integer getStartLevel()
T update(Boolean shouldUpdate)
shouldUpdate - true if the provisioned bundle(s) should be updated, false otherwiseT update()
T noUpdate()
T start(Boolean shouldStart)
shouldStart - true if the provisioned bundle(s) should be started, false otherwiseT start()
T noStart()
Copyright © 2006–2021 OPS4J - Open Participation Software for Java. All rights reserved.