org.drools.fluent.test.impl
Class MVELTestCommand
java.lang.Object
org.drools.fluent.test.impl.MVELTestCommand
- All Implemented Interfaces:
- Serializable, org.drools.command.Command<Void>, org.drools.command.impl.GenericCommand<Void>
public class MVELTestCommand
- extends Object
- implements org.drools.command.impl.GenericCommand<Void>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MVEL_HEADER
public static final String MVEL_HEADER
- See Also:
- Constant Field Values
MVELTestCommand
public MVELTestCommand()
getHeaderText
public String getHeaderText()
setHeaderText
public void setHeaderText(String headerText)
getText
public String getText()
setText
public void setText(String text)
getReason
public String getReason()
setReason
public void setReason(String reason)
execute
public Void execute(org.drools.command.Context context)
- Specified by:
execute in interface org.drools.command.impl.GenericCommand<Void>
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.