Package | Description |
---|---|
info.magnolia.module | |
info.magnolia.module.delta | |
info.magnolia.module.webapp |
This package contains the necessary classes to determine if the web-app needs to be bootstrapped, and to do so.
|
info.magnolia.setup |
This package contains the classes necessary to install and update Magnolia's core module.
|
info.magnolia.setup.for5_2 |
Modifier and Type | Method and Description |
---|---|
protected List<Condition> |
AbstractModuleVersionHandler.getDefaultUpdateConditions(Version forVersion) |
protected List<Condition> |
AbstractModuleVersionHandler.getInstallConditions() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCondition
Base for
Condition s, providing name and description. |
class |
FalseCondition
A Condition which always return false.
|
class |
NoSameNameSiblingsCondition
Install condition to verify that Magnolia node types don't allow same name siblings.
|
class |
TrueCondition
A Condition which always return true.
|
class |
WarnCondition
Similar to the WarnTask, WarnCondition will always pass (return true) but will log a warning
message in the InstallContext.
|
Modifier and Type | Method and Description |
---|---|
List<Condition> |
Delta.getConditions()
Returns the list of Conditions which have to be checked before this Delta's Tasks can be executed.
|
List<Condition> |
DeltaBuilder.getConditions() |
Modifier and Type | Method and Description |
---|---|
DeltaBuilder |
DeltaBuilder.addCondition(Condition c) |
Modifier and Type | Method and Description |
---|---|
DeltaBuilder |
DeltaBuilder.addConditions(List<Condition> conditions) |
Constructor and Description |
---|
TextFileConditionsUtil(List<Condition> conditions) |
WebXmlConditionsUtil(List<Condition> conditions) |
WorkspaceXmlConditionsUtil(List<Condition> conditions) |
Modifier and Type | Method and Description |
---|---|
List<Condition> |
WebappDelta.getConditions() |
Modifier and Type | Class and Description |
---|---|
class |
SystemTmpDirCondition
A
Condition which checks the system temporary folder (as per the java.io.tmpdir property) exists and is writable. |
Modifier and Type | Method and Description |
---|---|
protected List<Condition> |
CoreModuleVersionHandler.getInstallConditions() |
Modifier and Type | Class and Description |
---|---|
class |
IsNotAProblematicEnvironmentCondition
A
Condition prohibiting to install in problematic environments - unless explicitly allowed. |
Copyright © 2003–2020 Magnolia International Ltd.. All rights reserved.