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

java.lang.Object
  extended by org.shiftone.jrat.util.log.AbstractLogCommandlet
      extended by org.shiftone.jrat.provider.tree.command.WriteOutputCommandlet
All Implemented Interfaces:
Commandlet

public class WriteOutputCommandlet
extends AbstractLogCommandlet
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
WriteOutputCommandlet(TreeMethodHandlerFactory treeMethodHandlerFactory)
           
 
Method Summary
 void execute()
           
 java.lang.String getTitle()
           
 
Methods inherited from class org.shiftone.jrat.util.log.AbstractLogCommandlet
execute, getContentType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.shiftone.jrat.core.spi.Commandlet
execute, getContentType
 

Constructor Detail

WriteOutputCommandlet

public WriteOutputCommandlet(TreeMethodHandlerFactory treeMethodHandlerFactory)
Method Detail

execute

public void execute()
Specified by:
execute in class AbstractLogCommandlet

getTitle

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