net.sf.jasperreports.engine.design
Class JRJdk13Compiler
java.lang.Object
net.sf.jasperreports.engine.design.JRAbstractCompiler
net.sf.jasperreports.engine.design.JRAbstractJavaCompiler
net.sf.jasperreports.engine.design.JRAbstractClassCompiler
net.sf.jasperreports.engine.design.JRAbstractMultiClassCompiler
net.sf.jasperreports.engine.design.JRJdk13Compiler
- All Implemented Interfaces:
- JRClassCompiler, JRCompiler, JRMultiClassCompiler
public class JRJdk13Compiler
- extends JRAbstractMultiClassCompiler
- Version:
- $Id: JRJdk13Compiler.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRJdk13Compiler
public JRJdk13Compiler(JasperReportsContext jasperReportsContext)
JRJdk13Compiler
public JRJdk13Compiler()
- Deprecated. Replaced by
JRJdk13Compiler(JasperReportsContext).
compileClasses
public String compileClasses(File[] sourceFiles,
String classpath)
throws JRException
- Description copied from interface:
JRMultiClassCompiler
- Compile a set of source files.
- Parameters:
sourceFiles - the source filesclasspath - the classpath to be used when compiling
- Returns:
- a
String containing compile errors
- Throws:
JRException
Copyright © 2012. All Rights Reserved.