Class CompilationProgress

java.lang.Object
org.aspectj.org.eclipse.jdt.core.compiler.CompilationProgress

public abstract class CompilationProgress extends Object
A compilation progress is used by the BatchCompiler to report progress during compilation. It is also used to request cancellation of the compilation. Clients of the BatchCompiler should subclass this class, instantiate the subclass and pass this instance to BatchCompiler.compile(String, java.io.PrintWriter, java.io.PrintWriter, CompilationProgress).

This class is intended to be instantiated and subclassed by clients.

Since:
3.4