|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.module.delta.AbstractCondition info.magnolia.module.delta.FalseCondition
public class FalseCondition
A Condition which always return false. Just a convenient implementation when we already know at instanciation time that the condition won't be met.
TrueCondition
Constructor Summary | |
---|---|
FalseCondition(java.lang.String name,
java.lang.String description)
|
Method Summary | |
---|---|
boolean |
check(InstallContext installContext)
|
Methods inherited from class info.magnolia.module.delta.AbstractCondition |
---|
getDescription, getName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FalseCondition(java.lang.String name, java.lang.String description)
Method Detail |
---|
public boolean check(InstallContext installContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |