net.jangaroo.exml.mojo
Class TestExmlMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
net.jangaroo.jooc.mvnplugin.JangarooMojo
net.jangaroo.exml.mojo.AbstractExmlMojo
net.jangaroo.exml.mojo.TestExmlMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class TestExmlMojo
- extends AbstractExmlMojo
A Mojo to compile test EXML sources to test AS3 sources into target/generated-test-sources/joo in phase generate-test-sources.
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class net.jangaroo.jooc.mvnplugin.JangarooMojo |
getMavenPluginHelper |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestExmlMojo
public TestExmlMojo()
executeExmlc
protected void executeExmlc(Exmlc exmlc)
- Description copied from class:
AbstractExmlMojo
- Execute the exmlc parts that are needed by the concret mojo
- Specified by:
executeExmlc in class AbstractExmlMojo
- Parameters:
exmlc - the configured exmlc
getGeneratedSourcesDirectory
public File getGeneratedSourcesDirectory()
- Overrides:
getGeneratedSourcesDirectory in class AbstractExmlMojo
getActionScriptClassPath
protected List<File> getActionScriptClassPath()
- Overrides:
getActionScriptClassPath in class AbstractExmlMojo
getSourcePath
protected List<File> getSourcePath()
- Specified by:
getSourcePath in class AbstractExmlMojo
Copyright © 2002–2014 CoreMedia AG. All rights reserved.