|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UpgradeTask
| Field Summary | |
|---|---|
static org.apache.log4j.Category |
log
All upgrade tasks should use this log for convenience, unless there's some overriding reason to use a different log |
| Method Summary | |
|---|---|
void |
doUpgrade()
Perform the upgrade. |
java.lang.String |
getBuildNumber()
|
java.util.Collection<UpgradeError> |
getErrors()
Return any errors that occur. |
java.lang.String |
getShortDescription()
A short (<50 chars) description of the upgrade action |
| Field Detail |
|---|
static final org.apache.log4j.Category log
| Method Detail |
|---|
java.lang.String getBuildNumber()
java.lang.String getShortDescription()
void doUpgrade()
throws java.lang.Exception
java.lang.Exceptionjava.util.Collection<UpgradeError> getErrors()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||