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.
Modifier and Type | Method and Description |
---|---|
void |
addCommand(String name,
Command command) |
Command |
getCommand(String name) |
Set<String> |
getNames() |
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.