Class CompileSecondPassTask

java.lang.Object
jaxx.compiler.tasks.JAXXEngineTask
jaxx.compiler.tasks.CompileSecondPassTask

public class CompileSecondPassTask
extends JAXXEngineTask
Task to execute the Second round of compile.
Since:
2.0.2
Author:
Tony Chemit - chemit@codelutin.com
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String TASK_NAME
    Task name
  • Constructor Summary

    Constructors
    Constructor Description
    CompileSecondPassTask()  
  • Method Summary

    Modifier and Type Method Description
    boolean perform​(JAXXEngine engine)
    Performs the task on the given engine.

    Methods inherited from class jaxx.compiler.tasks.JAXXEngineTask

    addEndProfileTime, addStartProfileTime, checkAllFilesCompiled, getName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • CompileSecondPassTask

      public CompileSecondPassTask()
  • Method Details

    • perform

      public boolean perform​(JAXXEngine engine) throws java.lang.Exception
      Description copied from class: JAXXEngineTask
      Performs the task on the given engine.
      Specified by:
      perform in class JAXXEngineTask
      Parameters:
      engine - the engine to use
      Returns:
      false if task failed (with no exception), true otherwise.
      Throws:
      java.lang.Exception - if any error