org.shiftone.jrat.core.command
Class SystemPropertiesCommandlet

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

public class SystemPropertiesCommandlet
extends java.lang.Object
implements Commandlet

dumps system propeties.

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
SystemPropertiesCommandlet()
           
 
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

SystemPropertiesCommandlet

public SystemPropertiesCommandlet()
Method Detail

execute

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

getContentType

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

getTitle

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