Uses of Interface
alpine.upgrade.UpgradeItem
-
Packages that use UpgradeItem Package Description alpine.upgrade This package contains an optional upgrade framework capable of performing database and other upgrades on startup. -
-
Uses of UpgradeItem in alpine.upgrade
Classes in alpine.upgrade that implement UpgradeItem Modifier and Type Class Description classAbstractUpgradeItemA base abstract UpgradeItem that all UpgradeItem's should extend (for convenience).Method parameters in alpine.upgrade with type arguments of type UpgradeItem Modifier and Type Method Description voidUpgradeExecutor. 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.
-