|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Condition
Conditions are checked prior to the installation or update of a module. They check for system configuration which can't be automatically updated, like configuration, dependencies, etc. Modules register their Conditions like their Tasks, for each successive version.
Method Summary | |
---|---|
boolean |
check(InstallContext installContext)
|
java.lang.String |
getDescription()
Description what will be checked, and how the user can fix it if it's not set properly. |
java.lang.String |
getName()
Description of what has changed. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getDescription()
boolean check(InstallContext installContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |