|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Condition | |
---|---|
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 |
Uses of Condition in info.magnolia.module |
---|
Methods in info.magnolia.module that return types with arguments of type Condition | |
---|---|
protected List<Condition> |
AbstractModuleVersionHandler.getDefaultUpdateConditions(Version forVersion)
|
protected List<Condition> |
AbstractModuleVersionHandler.getInstallConditions()
|
Uses of Condition in info.magnolia.module.delta |
---|
Classes in info.magnolia.module.delta that implement Condition | |
---|---|
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. |
Methods in info.magnolia.module.delta that return types with arguments of type Condition | |
---|---|
List<Condition> |
DeltaBuilder.getConditions()
|
List<Condition> |
Delta.getConditions()
Returns the list of Conditions which have to be checked before this Delta's Tasks can be executed. |
Methods in info.magnolia.module.delta with parameters of type Condition | |
---|---|
DeltaBuilder |
DeltaBuilder.addCondition(Condition c)
|
Method parameters in info.magnolia.module.delta with type arguments of type Condition | |
---|---|
DeltaBuilder |
DeltaBuilder.addConditions(List<Condition> conditions)
|
Constructor parameters in info.magnolia.module.delta with type arguments of type Condition | |
---|---|
TextFileConditionsUtil(List<Condition> conditions)
|
|
WebXmlConditionsUtil(List<Condition> conditions)
|
|
WorkspaceXmlConditionsUtil(List<Condition> conditions)
|
Uses of Condition in info.magnolia.module.webapp |
---|
Methods in info.magnolia.module.webapp that return types with arguments of type Condition | |
---|---|
List<Condition> |
WebappDelta.getConditions()
|
Uses of Condition in info.magnolia.setup |
---|
Classes in info.magnolia.setup that implement Condition | |
---|---|
class |
SystemTmpDirCondition
A Condition which checks the system temporary folder (as per the java.io.tmpdir property) exists and is writable. |
Methods in info.magnolia.setup that return types with arguments of type Condition | |
---|---|
protected List<Condition> |
CoreModuleVersionHandler.getInstallConditions()
|
Uses of Condition in info.magnolia.setup.for5_2 |
---|
Classes in info.magnolia.setup.for5_2 that implement Condition | |
---|---|
class |
IsNotAProblematicEnvironmentCondition
A Condition prohibiting to install in problematic environments - unless explicitly allowed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |