info.magnolia.commands.chain
Interface Catalog
- All Known Implementing Classes:
- MgnlCatalog
public interface Catalog
Replacement for org.apache.commons.chain.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.
addCommand
void addCommand(String name,
Command command)
getCommand
Command getCommand(String name)
getNames
Set<String> getNames()
Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.