Package net.jangaroo.jooc.mvnplugin
Class JangarooMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- net.jangaroo.jooc.mvnplugin.JangarooMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
AbstractJangarooMojo
public abstract class JangarooMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Constructor Summary
Constructors Constructor Description JangarooMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MavenPluginHelpergetMavenPluginHelper()protected org.apache.maven.project.MavenProjectgetProject()-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
-
-
-
Method Detail
-
getProject
@Nonnull protected org.apache.maven.project.MavenProject getProject()
-
getMavenPluginHelper
protected MavenPluginHelper getMavenPluginHelper()
-
-