Interface JRClassCompiler
-
- All Known Subinterfaces:
JRMultiClassCompiler
- All Known Implementing Classes:
JRAbstractClassCompiler,JRAbstractMultiClassCompiler,JRAbstractSingleClassCompiler,JRJavacCompiler,JRJdk13Compiler
public interface JRClassCompiler- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcompileClass(File sourceFile, String classpath)
-
-
-
Method Detail
-
compileClass
String compileClass(File sourceFile, String classpath) throws JRException
- Throws:
JRException
-
-