org.shiftone.jrat.provider.tree.command
Class DumpOutputCommandlet

java.lang.Object
  extended by org.shiftone.jrat.provider.tree.command.DumpOutputCommandlet
All Implemented Interfaces:
Commandlet

public class DumpOutputCommandlet
extends java.lang.Object
implements Commandlet

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
DumpOutputCommandlet(TreeMethodHandlerFactory treeMethodHandlerFactory)
           
 
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

DumpOutputCommandlet

public DumpOutputCommandlet(TreeMethodHandlerFactory treeMethodHandlerFactory)
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