org.shiftone.jrat.core.command
Class CommandletRegistry

java.lang.Object
  extended by org.shiftone.jrat.core.command.CommandletRegistry

public class CommandletRegistry
extends java.lang.Object

Author:
jeff@shiftone.org (Jeff Drost)

Constructor Summary
CommandletRegistry()
           
 
Method Summary
 java.util.Map getCommandlets()
           
 Commandlet getDefaultCommandlet()
           
 void register(Commandlet commandlet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandletRegistry

public CommandletRegistry()
Method Detail

register

public void register(Commandlet commandlet)

getCommandlets

public java.util.Map getCommandlets()

getDefaultCommandlet

public Commandlet getDefaultCommandlet()