Class CompileFirstPassTask

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

public class CompileFirstPassTask
extends JAXXEngineTask
First compile pass task to validate jaxx files and look after dependencies.
Since:
2.0.2
Author:
Tony Chemit - chemit@codelutin.com
  • Field Details

  • Constructor Details

    • CompileFirstPassTask

      public CompileFirstPassTask()
  • 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
    • treatFile

      protected boolean treatFile​(JAXXEngine engine, JAXXCompilerFile jaxxFile) throws java.lang.Exception
      Throws:
      java.lang.Exception