Class 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
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static voidtriggerRecompile​(org.eclipse.jdt.core.ICompilationUnit unit)
      Triggers a file for recompile.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RecompileTrigger

        public RecompileTrigger()
    • Method Detail

      • triggerRecompile

        public static void triggerRecompile​(org.eclipse.jdt.core.ICompilationUnit unit)
        Triggers a file for recompile.