Package net.jangaroo.jooc.mvnplugin
Class PropertiesMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- net.jangaroo.jooc.mvnplugin.JangarooMojo
-
- net.jangaroo.jooc.mvnplugin.AbstractJangarooMojo
-
- net.jangaroo.jooc.mvnplugin.PropertiesMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="properties", defaultPhase=GENERATE_SOURCES, requiresDependencyResolution=RUNTIME, threadSafe=true) public class PropertiesMojo extends AbstractJangarooMojoMojo to compile properties files to ActionScript3 files
-
-
Constructor Summary
Constructors Constructor Description PropertiesMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()FilegetApiOutputDirectory()-
Methods inherited from class net.jangaroo.jooc.mvnplugin.AbstractJangarooMojo
getNamespaces, getSourceDirectory
-
Methods inherited from class net.jangaroo.jooc.mvnplugin.JangarooMojo
getMavenPluginHelper, getProject
-
-
-
-
Method Detail
-
getApiOutputDirectory
public File getApiOutputDirectory()
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
-