public interface ISystemUpdate extends IOrderable
Modifier and Type | Method and Description |
---|---|
void |
exec()
Executes the system update
|
String |
getDescription(Locale loc)
Gets an Description of the update which should be shown in the ui.
|
String |
getUUID()
Gets an String for identifying an update.
|
default boolean |
needsToRun()
Checks if an update needs to run at all.
|
compareTo, shouldBeAfter
String getUUID()
String
UUID of the updateString getDescription(Locale loc)
CmnConst.DFLT_LOCALE
default boolean needsToRun()
Boolean
if the update is neededvoid exec()
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.