org.apache.beehive.netui.core.chain.impl
Class CatalogBase

Object
  extended by CatalogBase
All Implemented Interfaces:
Catalog

public class CatalogBase
extends Object
implements Catalog


Constructor Summary
CatalogBase()
           
 
Method Summary
 void addCommand(String name, Command command)
           
 Command getCommand(String name)
           
 Iterator getNames()
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CatalogBase

public CatalogBase()
Method Detail

addCommand

public void addCommand(String name,
                       Command command)
Specified by:
addCommand in interface Catalog

getCommand

public Command getCommand(String name)
Specified by:
getCommand in interface Catalog

getNames

public Iterator getNames()
Specified by:
getNames in interface Catalog

toString

public String toString()
Overrides:
toString in class Object