Package | Description |
---|---|
info.magnolia.module | |
info.magnolia.module.delta | |
info.magnolia.module.model.reader | |
info.magnolia.module.webapp |
This package contains the necessary classes to determine if the web-app needs to be bootstrapped, and to do so.
|
Modifier and Type | Method and Description |
---|---|
protected Delta |
AbstractModuleVersionHandler.getDefaultUpdate(InstallContext installContext)
The minimal delta to be applied for each update, even if no delta was specifically registered
for the version being installed.
|
protected Delta |
AbstractModuleVersionHandler.getInstall(InstallContext installContext) |
Delta |
ModuleVersionHandler.getStartupDelta(InstallContext installContext)
Deprecated.
It seems irrelevant to have startup tasks in a VersionHandler. These should probably be moved to ModuleLifecycle.
|
Delta |
AbstractModuleVersionHandler.getStartupDelta(InstallContext installContext) |
Modifier and Type | Method and Description |
---|---|
List<Delta> |
ModuleManager.ModuleAndDeltas.getDeltas() |
List<Delta> |
ModuleVersionHandler.getDeltas(InstallContext installContext,
Version from)
Returns the deltas to be applied to update from the given Version from
to the current one.
|
List<Delta> |
AbstractModuleVersionHandler.getDeltas(InstallContext installContext,
Version from) |
protected List<Delta> |
AbstractModuleVersionHandler.getUpdateDeltas(InstallContext installContext,
Version from) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractModuleVersionHandler.register(Delta delta)
Registers the delta needed to update to version v from the previous one.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ModuleManagerImpl.applyDeltas(ModuleDefinition moduleDef,
List<Delta> deltas,
InstallContextImpl ctx)
Applies to given deltas for the given module.
|
Constructor and Description |
---|
ModuleAndDeltas(ModuleDefinition module,
Version currentVersion,
List<Delta> deltas) |
Modifier and Type | Class and Description |
---|---|
class |
DeltaBuilder
Helper class to build Delta instances.
|
Modifier and Type | Method and Description |
---|---|
Delta |
LightModuleDefinitionReader.LightModuleVersionHandler.getStartupDelta(InstallContext ctx) |
Modifier and Type | Method and Description |
---|---|
List<Delta> |
LightModuleDefinitionReader.LightModuleVersionHandler.getDeltas(InstallContext installContext,
Version from) |
Modifier and Type | Class and Description |
---|---|
class |
WebappDelta
A hard-coded
Delta for the webapp module. |
Modifier and Type | Method and Description |
---|---|
Delta |
WebappVersionHandler.getStartupDelta(InstallContext ctx) |
Modifier and Type | Method and Description |
---|---|
List<Delta> |
WebappVersionHandler.getDeltas(InstallContext ctx,
Version from) |
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.