net.jangaroo.exml.mojo
Class ExmlXsdMojo

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
                  extended by net.jangaroo.exml.mojo.ExmlXsdMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class ExmlXsdMojo
extends ExmlMojo

A Mojo that generates the Xsd files for the module. Needs the same information as the exml mojo


Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
ExmlXsdMojo()
           
 
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, getGeneratedSourcesDirectory, 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

ExmlXsdMojo

public ExmlXsdMojo()
Method Detail

getSourcePath

protected List<File> getSourcePath()
Overrides:
getSourcePath in class ExmlMojo

executeExmlc

protected void executeExmlc(Exmlc exmlc)
Description copied from class: AbstractExmlMojo
Execute the exmlc parts that are needed by the concret mojo

Overrides:
executeExmlc in class ExmlMojo
Parameters:
exmlc - the configured exmlc


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