net.jangaroo.exml.mojo
Class ExmlMojo

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.ExmlMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
ExmlXsdMojo

public class ExmlMojo
extends AbstractExmlMojo

A Mojo to compile EXML sources to AS3 sources into target/generated-sources/joo in phase generate-sources.


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

ExmlMojo

public ExmlMojo()
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

getSourcePath

protected List<File> getSourcePath()
Specified by:
getSourcePath in class AbstractExmlMojo


Copyright © 2002–2013 CoreMedia AG. All rights reserved.