|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProvisionControl<T extends ProvisionControl>
Provision control options.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
boolean shouldUpdate()
boolean shouldStart()
Integer getStartLevel()
T update(Boolean shouldUpdate)
shouldUpdate - true if the provisioned bundle(s) should be updated, false otherwise
T update()
T noUpdate()
T start(Boolean shouldStart)
shouldStart - true if the provisioned bundle(s) should be started, false otherwise
T start()
T noStart()
T startLevel(Integer startLevel)
startLevel - start level of the provisioned bundle(s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||