Class JDTCompiler
java.lang.Object
org.bonitasoft.engine.business.data.generator.compiler.JDTCompiler
Compiler based on JDTCompiler
- Author:
- Colin PUY, Matthieu Chaffotte
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcompile(File srcDirectory, File outputDirectory, ClassLoader classLoader) voidcompile(Collection<File> filesToBeCompiled, File outputDirectory, ClassLoader classLoader) Deprecated.
-
Constructor Details
-
JDTCompiler
public JDTCompiler()
-
-
Method Details
-
compile
@Deprecated public void compile(Collection<File> filesToBeCompiled, File outputDirectory, ClassLoader classLoader) throws CompilationException Deprecated.Compile files in output directory using provided classpath Put null for classpath argument to take current classpath- Throws:
CompilationException- if compilation errors occurs
-
compile
public void compile(File srcDirectory, File outputDirectory, ClassLoader classLoader) throws CompilationException - Throws:
CompilationException
-