net.sf.jasperreports.engine.design
Interface JRClassCompiler

All Known Subinterfaces:
JRMultiClassCompiler
All Known Implementing Classes:
JRAbstractClassCompiler, JRAbstractMultiClassCompiler, JRAbstractSingleClassCompiler, JRJavacCompiler, JRJdk13Compiler, JRJikesCompiler

public interface JRClassCompiler

Version:
$Id: JRClassCompiler.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
 String compileClass(File sourceFile, String classpath)
           
 

Method Detail

compileClass

String compileClass(File sourceFile,
                    String classpath)
                    throws JRException
Throws:
JRException


Copyright © 2012. All Rights Reserved.