Interface Catalog
- All Known Implementing Classes:
CatalogBase
public interface Catalog
A Catalog is a collection of named Commands (or
Chains) that can be used to retrieve the set of commands that
should be performed based on a symbolic identifier. Use of catalogs
is optional, but convenient when there are multiple possible chains
that can be selected and executed based on environmental conditions.
- Version:
- $Revision: 480477 $ $Date: 2006-11-29 08:34:52 +0000 (Wed, 29 Nov 2006) $
- Author:
- Craig R. McClanahan
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCommand(String name, Command command) getCommand(String name) getNames()Return anIteratorover the set of named commands known to thisCatalog.
-
Field Details
-
CATALOG_KEY
-
-
Method Details