|
||||||||||
| 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.InitTask
public class InitTask
The init task to be launched first.
| Field Summary | |
|---|---|
static java.lang.String |
TASK_NAME
Task name |
| Constructor Summary | |
|---|---|
InitTask()
|
|
| Method Summary | |
|---|---|
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 Detail |
|---|
public static final java.lang.String TASK_NAME
| Constructor Detail |
|---|
public InitTask()
| 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||