Class JDTCompiler
- java.lang.Object
-
- org.bonitasoft.engine.business.data.generator.compiler.JDTCompiler
-
public class JDTCompiler extends java.lang.ObjectCompiler based on JDTCompiler- Author:
- Colin PUY, Matthieu Chaffotte
-
-
Constructor Summary
Constructors Constructor Description JDTCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcompile(java.io.File srcDirectory, java.io.File outputDirectory, java.lang.ClassLoader classLoader)voidcompile(java.util.Collection<java.io.File> filesToBeCompiled, java.io.File outputDirectory, java.lang.ClassLoader classLoader)Deprecated.
-
-
-
Method Detail
-
compile
@Deprecated public void compile(java.util.Collection<java.io.File> filesToBeCompiled, java.io.File outputDirectory, java.lang.ClassLoader classLoader) throws CompilationExceptionDeprecated.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(java.io.File srcDirectory, java.io.File outputDirectory, java.lang.ClassLoader classLoader) throws CompilationException- Throws:
CompilationException
-
-