net.jangaroo.extxml.mojo
Class ExtXmlMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by net.jangaroo.extxml.mojo.AbstractExtXmlMojo
          extended by net.jangaroo.extxml.mojo.ExtXmlMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class ExtXmlMojo
extends AbstractExtXmlMojo

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


Field Summary
 
Fields inherited from class net.jangaroo.extxml.mojo.AbstractExtXmlMojo
generatedResourcesDirectory, xsd
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
ExtXmlMojo()
           
 
Method Summary
 File getGeneratedResourcesDirectory()
           
 File getGeneratedSourcesDirectory()
           
 String getNamespace()
           
 String getNamespacePrefix()
           
 File getSourceDirectory()
           
 String getXsd()
           
 
Methods inherited from class net.jangaroo.extxml.mojo.AbstractExtXmlMojo
execute, getImportedXsds
 
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

ExtXmlMojo

public ExtXmlMojo()
Method Detail

getNamespace

public String getNamespace()
Specified by:
getNamespace in class AbstractExtXmlMojo

getNamespacePrefix

public String getNamespacePrefix()
Specified by:
getNamespacePrefix in class AbstractExtXmlMojo

getXsd

public String getXsd()
Specified by:
getXsd in class AbstractExtXmlMojo

getSourceDirectory

public File getSourceDirectory()
Specified by:
getSourceDirectory in class AbstractExtXmlMojo

getGeneratedSourcesDirectory

public File getGeneratedSourcesDirectory()
Specified by:
getGeneratedSourcesDirectory in class AbstractExtXmlMojo

getGeneratedResourcesDirectory

public File getGeneratedResourcesDirectory()
Specified by:
getGeneratedResourcesDirectory in class AbstractExtXmlMojo


Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.