Uses of Interface
alpine.server.upgrade.UpgradeItem
Packages that use UpgradeItem
Package
Description
This package contains an optional upgrade framework capable of performing database and other upgrades on startup.
-
Uses of UpgradeItem in alpine.server.upgrade
Classes in alpine.server.upgrade that implement UpgradeItemModifier and TypeClassDescriptionclassA base abstract UpgradeItem that all UpgradeItem's should extend (for convenience).Method parameters in alpine.server.upgrade with type arguments of type UpgradeItemModifier and TypeMethodDescriptionvoidUpgradeExecutor.executeUpgrades(List<Class<? extends UpgradeItem>> classes) Performs the execution of upgrades in the order defined by the specified array.booleanUpgradeMetaProcessor.hasUpgradeRan(Class<? extends UpgradeItem> upgradeClass) Determines if the specified upgrade already has a record of being executed previously or not.voidUpgradeMetaProcessor.installUpgrade(Class<? extends UpgradeItem> upgradeClass, long startTime, long endTime) Documents a record in the database for the specified class indicating it has been executed.