net.jangaroo.exml.mojo
Class TestExmlMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by net.jangaroo.jooc.mvnplugin.JangarooMojo
          extended by net.jangaroo.exml.mojo.AbstractExmlMojo
              extended by 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.


Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
TestExmlMojo()
           
 
Method Summary
protected  void executeExmlc(Exmlc exmlc)
          Execute the exmlc parts that are needed by the concret mojo
protected  List<File> getActionScriptClassPath()
           
 File getGeneratedSourcesDirectory()
           
protected  List<File> getSourcePath()
           
 
Methods inherited from class net.jangaroo.exml.mojo.AbstractExmlMojo
execute, getProject, getSourceDirectory
 
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
 

Constructor Detail

TestExmlMojo

public TestExmlMojo()
Method Detail

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-2012 CoreMedia AG. All Rights Reserved.