public class JDTCompiler
extends java.lang.Object
| Constructor and Description |
|---|
JDTCompiler() |
| Modifier and Type | Method and Description |
|---|---|
void |
compile(java.util.Collection<java.io.File> filesToBeCompiled,
java.io.File outputDirectory,
java.lang.ClassLoader classLoader)
Deprecated.
|
void |
compile(java.io.File srcDirectory,
java.io.File outputDirectory,
java.lang.ClassLoader classLoader) |
@Deprecated
public void compile(java.util.Collection<java.io.File> filesToBeCompiled,
java.io.File outputDirectory,
java.lang.ClassLoader classLoader)
throws CompilationException
CompilationException - if compilation errors occurspublic void compile(java.io.File srcDirectory,
java.io.File outputDirectory,
java.lang.ClassLoader classLoader)
throws CompilationException
CompilationException