org.apache.commons.chain.config
Class TestCommand
java.lang.Object
org.apache.commons.chain.config.TestCommand
- All Implemented Interfaces:
- Command
public class TestCommand
- extends Object
- implements Command
Test implementation of Command
that exposes
configurable properties.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestCommand
public TestCommand()
getBar
public String getBar()
setBar
public void setBar(String bar)
getFoo
public String getFoo()
setFoo
public void setFoo(String foo)
execute
public boolean execute(Context context)
throws Exception
- Specified by:
execute
in interface Command
- Throws:
Exception
Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.