|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractCondition | |
---|---|
info.magnolia.module.delta | |
info.magnolia.setup | This package contains the classes necessary to install and update Magnolia's core module. |
info.magnolia.setup.for5_2 |
Uses of AbstractCondition in info.magnolia.module.delta |
---|
Subclasses of AbstractCondition in info.magnolia.module.delta | |
---|---|
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. |
Uses of AbstractCondition in info.magnolia.setup |
---|
Subclasses of AbstractCondition in info.magnolia.setup | |
---|---|
class |
SystemTmpDirCondition
A Condition which checks the system temporary folder (as per the java.io.tmpdir property) exists and is writable. |
Uses of AbstractCondition in info.magnolia.setup.for5_2 |
---|
Subclasses of AbstractCondition in info.magnolia.setup.for5_2 | |
---|---|
class |
IsNotAProblematicEnvironmentCondition
A Condition prohibiting to install in problematic environments - unless explicitly allowed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |