info.magnolia.module.delta
Class FalseCondition
java.lang.Object
info.magnolia.module.delta.AbstractCondition
info.magnolia.module.delta.FalseCondition
- All Implemented Interfaces:
- Condition
public class FalseCondition
- extends AbstractCondition
A Condition which always return false. Just a convenient implementation when we already know
at instantiation time that the condition won't be met.
- Version:
- $Id$
- See Also:
TrueCondition
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FalseCondition
public FalseCondition(String name,
String description)
check
public boolean check(InstallContext installContext)
Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.