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
 void execute()
           
protected  void executeExmlc(Exmlc exmlc)
          Execute the exmlc parts that are needed by the concret mojo
 
Methods inherited from class net.jangaroo.exml.mojo.ExmlMojo
getSourcePath
 
Methods inherited from class net.jangaroo.exml.mojo.AbstractExmlMojo
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

ExmlXsdMojo

public ExmlXsdMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Specified by:
execute in interface org.apache.maven.plugin.Mojo
Overrides:
execute in class AbstractExmlMojo
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException

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–2014 CoreMedia AG. All rights reserved.