Package org.apache.axis2.maven.xsd2java
Class AbstractXSD2JavaMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.axis2.maven.xsd2java.AbstractXSD2JavaMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
GenerateSourcesMojo
,GenerateTestSourcesMojo
public abstract class AbstractXSD2JavaMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Constructor Summary
Constructors Constructor Description AbstractXSD2JavaMojo()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract void
addSourceRoot(org.apache.maven.project.MavenProject project)
void
execute()
protected abstract File
getOutputDirectory()
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-
getOutputDirectory
protected abstract File getOutputDirectory()
-
addSourceRoot
protected abstract void addSourceRoot(org.apache.maven.project.MavenProject project)
-
-