|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaxx.compiler.tasks.JAXXEngineTask
jaxx.compiler.tasks.CompileFirstPassTask
public class CompileFirstPassTask
First compile pass task to validate jaxx files and look after dependencies.
| Field Summary | |
|---|---|
static java.lang.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 |
|---|
public static final java.lang.String TASK_NAME
| Constructor Detail |
|---|
public CompileFirstPassTask()
| Method Detail |
|---|
public boolean perform(JAXXEngine engine)
throws java.lang.Exception
JAXXEngineTaskengine.
perform in class JAXXEngineTaskengine - the engine to use
false if task failed (with no exception), true otherwise.
java.lang.Exception - if any error
protected boolean treateFile(JAXXEngine engine,
JAXXCompilerFile jaxxFile)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||