Package org.eolang.jeo
Class UnrollMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.eolang.jeo.UnrollMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="unroll-phi",
defaultPhase=PROCESS_CLASSES)
public final class UnrollMojo
extends org.apache.maven.plugin.AbstractMojo
This mojo unrolls all the changes made by PHI/UNPHI transformations.
In other words, it makes XMIR understandable by jeo-maven-plugin after PHI/UNPHI transformations.
- Since:
- 0.6
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
UnrollMojo
public UnrollMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoFailureException
-