Package org.nuiton.jaxx.compiler.tasks
Class CompileSecondPassTask
- java.lang.Object
-
- org.nuiton.jaxx.compiler.tasks.JAXXEngineTask
-
- org.nuiton.jaxx.compiler.tasks.CompileSecondPassTask
-
public class CompileSecondPassTask extends JAXXEngineTask
Task to execute the Second round of compile.- Since:
- 2.0.2
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description CompileSecondPassTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanperform(JAXXEngine engine)Performs the task on the givenengine.-
Methods inherited from class org.nuiton.jaxx.compiler.tasks.JAXXEngineTask
addEndProfileTime, addStartProfileTime, checkAllFilesCompiled, getName
-
-
-
-
Field Detail
-
TASK_NAME
public static final String TASK_NAME
Task name- See Also:
- Constant Field Values
-
-
Method Detail
-
perform
public boolean perform(JAXXEngine engine) throws Exception
Description copied from class:JAXXEngineTaskPerforms the task on the givenengine.- Specified by:
performin classJAXXEngineTask- Parameters:
engine- the engine to use- Returns:
falseif task failed (with no exception),trueotherwise.- Throws:
Exception- if any error
-
-