org.pentaho.di.trans.steps.autodoc
Class KettleReportBuilder

java.lang.Object
  extended by org.pentaho.di.trans.steps.autodoc.KettleReportBuilder

public class KettleReportBuilder
extends Object


Nested Class Summary
static class KettleReportBuilder.OutputType
           
 
Constructor Summary
KettleReportBuilder(org.pentaho.di.core.logging.LoggingObjectInterface parentObject, List<ReportSubjectLocation> locations, String targetFilename, AutoDocOptionsInterface options)
           
 
Method Summary
 void createReport()
           
 void render()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KettleReportBuilder

public KettleReportBuilder(org.pentaho.di.core.logging.LoggingObjectInterface parentObject,
                           List<ReportSubjectLocation> locations,
                           String targetFilename,
                           AutoDocOptionsInterface options)
Method Detail

createReport

public void createReport()
                  throws Exception
Throws:
Exception

render

public void render()
            throws Exception
Throws:
Exception