jaxx.compiler.tasks
Class CompileFirstPassTask

java.lang.Object
  extended by jaxx.compiler.tasks.JAXXEngineTask
      extended by jaxx.compiler.tasks.CompileFirstPassTask
All Implemented Interfaces:
Serializable

public class CompileFirstPassTask
extends JAXXEngineTask

First compile pass task to validate jaxx files and look after dependencies.

Since:
2.0.2
Author:
tchemit
See Also:
Serialized Form

Field Summary
protected  boolean compiled
           
static String TASK_NAME
           
 
Constructor Summary
CompileFirstPassTask()
           
 
Method Summary
 boolean perform(JAXXEngine engine)
           
protected  boolean treateFile(JAXXEngine engine, JAXXCompilerFile jaxxFile)
           
 
Methods inherited from class jaxx.compiler.tasks.JAXXEngineTask
addEndProfileTime, addStartProfileTime, getName, getSafeCompiler
 
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
See Also:
Constant Field Values

compiled

protected boolean compiled
Constructor Detail

CompileFirstPassTask

public CompileFirstPassTask()
Method Detail

perform

public boolean perform(JAXXEngine engine)
                throws Exception
Specified by:
perform in class JAXXEngineTask
Throws:
Exception

treateFile

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


Copyright © 2008-2010 CodeLutin. All Rights Reserved.