Package com.iizigo.java.parser
Class RecompileTrigger
- java.lang.Object
- com.iizigo.java.parser.RecompileTrigger
public class RecompileTrigger extends java.lang.Object
Class to trigger recompile of Java sources in a separate job. This is done by deleting the output class files from the compilation unit, then invoking a build.- Author:
- Christopher Mindus
Constructor Summary
Constructors Constructor Description RecompileTrigger()
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
triggerRecompile(org.eclipse.jdt.core.ICompilationUnit unit)
Triggers a file for recompile.