info.magnolia.module.delta
Class AbstractCondition
java.lang.Object
info.magnolia.module.delta.AbstractCondition
- All Implemented Interfaces:
- Condition
- Direct Known Subclasses:
- CheckKeyProperty, FalseCondition, SystemTmpDirCondition, TrueCondition, WarnCondition
public abstract class AbstractCondition
- extends Object
- implements Condition
Base for Condition
s, providing name and description.
- Version:
- $Revision: $ ($Author: $)
- Author:
- gjoseph
Method Summary |
String |
getDescription()
Description what will be checked, and how the user can fix it if it's not
set properly. |
String |
getName()
Description of what has changed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface info.magnolia.module.delta.Condition |
check |
AbstractCondition
public AbstractCondition(String name,
String description)
getName
public String getName()
- Description copied from interface:
Condition
- Description of what has changed.
- Specified by:
getName
in interface Condition
getDescription
public String getDescription()
- Description copied from interface:
Condition
- Description what will be checked, and how the user can fix it if it's not
set properly.
- Specified by:
getDescription
in interface Condition
Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.