Package net.jangaroo.jooc.mvnplugin
Class AbstractJangarooMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- net.jangaroo.jooc.mvnplugin.JangarooMojo
-
- net.jangaroo.jooc.mvnplugin.AbstractJangarooMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
AbstractCompilerMojo,PropertiesMojo
public abstract class AbstractJangarooMojo extends JangarooMojo
-
-
Constructor Summary
Constructors Constructor Description AbstractJangarooMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.jangaroo.jooc.config.NamespaceConfiguration[]getNamespaces()FilegetSourceDirectory()-
Methods inherited from class net.jangaroo.jooc.mvnplugin.JangarooMojo
getMavenPluginHelper, getProject
-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
-
-
-
Method Detail
-
getSourceDirectory
public File getSourceDirectory()
-
getNamespaces
public net.jangaroo.jooc.config.NamespaceConfiguration[] getNamespaces()
-
-