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 java.lang.StringcompileClass(java.io.File sourceFile, java.lang.String classpath)
-
-
-
Method Detail
-
compileClass
java.lang.String compileClass(java.io.File sourceFile, java.lang.String classpath) throws JRException- Throws:
JRException
-
-