org.shiftone.jrat.core.command
Class ListRegistryCommandlet

java.lang.Object
  extended by org.shiftone.jrat.core.command.ListRegistryCommandlet
All Implemented Interfaces:
Commandlet

public class ListRegistryCommandlet
extends java.lang.Object
implements Commandlet

This is a "special" commandlet that lists other commandlets.

Author:
jeff@shiftone.org (Jeff Drost)

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.shiftone.jrat.core.spi.Commandlet
Commandlet.ContentType
 
Constructor Summary
ListRegistryCommandlet(CommandletRegistry registry)
           
 
Method Summary
 void execute(java.io.OutputStream output)
           
 java.lang.String getContentType()
           
 java.lang.String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListRegistryCommandlet

public ListRegistryCommandlet(CommandletRegistry registry)
Method Detail

execute

public void execute(java.io.OutputStream output)
Specified by:
execute in interface Commandlet

getContentType

public java.lang.String getContentType()
Specified by:
getContentType in interface Commandlet

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface Commandlet