com.lazerycode.jmeter.reporting
Class ReportTransformer

java.lang.Object
  extended by com.lazerycode.jmeter.reporting.ReportTransformer

public class ReportTransformer
extends Object

Handles the xslt transform for the jmeter report.

Author:
Jon Roberts

Constructor Summary
ReportTransformer(InputStream xsl)
           
 
Method Summary
 void transform(String inputFile, String outputFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportTransformer

public ReportTransformer(InputStream xsl)
                  throws TransformerConfigurationException
Throws:
TransformerConfigurationException
Method Detail

transform

public void transform(String inputFile,
                      String outputFile)
               throws FileNotFoundException,
                      TransformerException
Throws:
FileNotFoundException
TransformerException


Copyright © 2012. All Rights Reserved.