T - The target type supportedpublic interface UpgradePipelineFactory<T>
UpgradePipeline with all the required operations| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_KEY_CURRENT_VERSION |
static String |
CONFIG_KEY_NEXT_VERSION |
static String |
CONFIG_KEY_OPERATIONS |
static String |
CONFIG_KEY_TYPE |
| Modifier and Type | Method and Description |
|---|---|
UpgradePipeline<T> |
getPipeline(T target)
Retrieves the needed upgrade operations for the given target
|
static final String CONFIG_KEY_CURRENT_VERSION
static final String CONFIG_KEY_NEXT_VERSION
static final String CONFIG_KEY_OPERATIONS
static final String CONFIG_KEY_TYPE
UpgradePipeline<T> getPipeline(T target) throws UpgradeException, ConfigurationException
target - the targetUpgradeException - if there is any error retrieving the operationsConfigurationExceptionCopyright © 2020 CrafterCMS. All rights reserved.