Class ChainBaseEx<C extends Context>

java.lang.Object
org.apache.commons.chain.impl.ChainBase<C>
org.apache.commons.chain.impl.ChainBaseEx<C>
Type Parameters:
C - Type of the context associated with this chain
All Implemented Interfaces:
Chain<C>, Command<C>

public class ChainBaseEx<C extends Context> extends ChainBase<C>
Extended ChainBase for testing.
Author:
Stefan Graff
  • Constructor Details

  • Method Details

    • getCommands

      public Command<C>[] getCommands()
      Return an array of the configured Commands for this Chain. This method is package private, and is used only for the unit tests.
      Returns:
      an array of the configured Commands for this Chain