|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UpgradeManager
| Method Summary | |
|---|---|
Collection |
doUpgrade()
Method to fire off the upgrade process |
String |
getBuildNumber()
This gets the pre-build number |
SortedMap |
getUpgrades()
Gets a map of upgrade tasks which need to run. |
boolean |
needUpgrade()
Determines whether we need to run the upgrade or not. |
| Method Detail |
|---|
boolean needUpgrade()
boolean whether the build was successful or not
Collection doUpgrade()
throws Exception
Collection a string collection of error messages. Collection not empty
denotes error occured on upgrade
ExceptionString getBuildNumber()
SortedMap getUpgrades()
SortedMap map of upgrade tasks, keys are the string representations
of the build number.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||