Class BatchCompiler

java.lang.Object
org.aspectj.org.eclipse.jdt.core.compiler.batch.BatchCompiler

public final class BatchCompiler extends Object
A public API for invoking the Eclipse Compiler for Java. E.g.
 BatchCompiler.compile("C:\\mySources\\X.java -d C:\\myOutput", new PrintWriter(System.out), new PrintWriter(System.err), null);
 
Since:
3.4