jaxx.compiler.tasks
Class CompileFirstPassTask

java.lang.Object
  extended by jaxx.compiler.tasks.JAXXEngineTask
      extended by 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:
tchemit

Field Summary
static String TASK_NAME
          Task name
 
Constructor Summary
CompileFirstPassTask()
           
 
Method Summary
 boolean perform(JAXXEngine engine)
          Performs the task on the given engine.
protected  boolean treateFile(JAXXEngine engine, JAXXCompilerFile jaxxFile)
           
 
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 Detail

TASK_NAME

public static final String TASK_NAME
Task name

See Also:
Constant Field Values
Constructor Detail

CompileFirstPassTask

public CompileFirstPassTask()
Method Detail

perform

public boolean perform(JAXXEngine engine)
                throws 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:
Exception - if any error

treateFile

protected boolean treateFile(JAXXEngine engine,
                             JAXXCompilerFile jaxxFile)
                      throws Exception
Throws:
Exception


Copyright © 2008-2012 CodeLutin. All Rights Reserved.