java.lang.Objectorg.apache.commons.chain.impl.CatalogBase
All Implemented Interfaces:
Catalog
Simple in-memory implementation of Catalog . This class can also be used as the basis for more advanced implementations.
This implementation is thread-safe.
Craig - R. McClanahanMatthew - J. Sgarlata$ - Revision: 480477 $ $Date: 2006-11-29 08:34:52 +0000 (Wed, 29 Nov 2006) $| Field Summary | ||
|---|---|---|
| protected Map | commands | The map of named Command s, keyed by name. |
| Constructor: |
|---|
|
Create a catalog whose commands are those specified in the given
|
| Method from org.apache.commons.chain.impl.CatalogBase Summary: |
|---|
| addCommand, getCommand, getNames, toString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.commons.chain.impl.CatalogBase Detail: |
|---|
|
Return the Command associated with the
specified name, if any; otherwise, return |
Return an |
|