org.apache.commons.chain.config
Class TestChain
java.lang.Object
org.apache.commons.chain.impl.ChainBase
org.apache.commons.chain.config.TestChain
- All Implemented Interfaces:
- Chain, Command
public class TestChain
- extends ChainBase
Test implementation of Chain
that exposes the
getCommands()
method publicy.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestChain
public TestChain()
getCommands
public Command[] getCommands()
Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.