dori.jasper.engine.design
Class JRAbstractJavaCompiler

java.lang.Object
  extended bydori.jasper.engine.design.JRAbstractJavaCompiler
All Implemented Interfaces:
JRClassCompiler, JRCompiler
Direct Known Subclasses:
JRJavacCompiler, JRJdk12Compiler, JRJdk13Compiler, JRJikesCompiler

public abstract class JRAbstractJavaCompiler
extends java.lang.Object
implements JRCompiler, JRClassCompiler


Constructor Summary
JRAbstractJavaCompiler()
           
 
Method Summary
 JasperReport compileReport(JasperDesign jasperDesign)
           
 JRCalculator loadCalculator(JasperReport jasperReport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface dori.jasper.engine.design.JRClassCompiler
compileClass
 

Constructor Detail

JRAbstractJavaCompiler

public JRAbstractJavaCompiler()
Method Detail

compileReport

public JasperReport compileReport(JasperDesign jasperDesign)
                           throws JRException
Specified by:
compileReport in interface JRCompiler
Throws:
JRException

loadCalculator

public JRCalculator loadCalculator(JasperReport jasperReport)
                            throws JRException
Specified by:
loadCalculator in interface JRCompiler
Throws:
JRException


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.