net.jangaroo.extxml.mojo
Class TestExtXmlMojo

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

public class TestExtXmlMojo
extends AbstractExtXmlMojo

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

TestExtXmlMojo

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

getImportedXsds

public File[] getImportedXsds()
Overrides:
getImportedXsds in class AbstractExtXmlMojo


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