|
||||||||||
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.TrueCondition
public class TrueCondition
A Condition which always return true. Just a convenient implementation when we already know at instanciation time that the condition won't be met.
FalseCondition
Constructor Summary | |
---|---|
TrueCondition(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 TrueCondition(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 |