org.shiftone.jrat.core.spi
Interface Commandlet

All Known Implementing Classes:
AbstractLogCommandlet, DumpOutputCommandlet, ListRegistryCommandlet, ResetCommandlet, SystemPropertiesCommandlet, WriteOutputCommandlet

public interface Commandlet

Author:
jeff@shiftone.org (Jeff Drost)

Nested Class Summary
static interface Commandlet.ContentType
           
 
Method Summary
 void execute(java.io.OutputStream output)
           
 java.lang.String getContentType()
           
 java.lang.String getTitle()
           
 

Method Detail

execute

void execute(java.io.OutputStream output)
             throws java.lang.Exception
Throws:
java.lang.Exception

getContentType

java.lang.String getContentType()

getTitle

java.lang.String getTitle()