Class AbstractWSDL2CodeMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.axis2.maven2.wsdl2code.AbstractWSDL2CodeMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
GenerateSourcesMojo
,GenerateTestSourcesMojo
public abstract class AbstractWSDL2CodeMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Constructor Summary
Constructors Constructor Description AbstractWSDL2CodeMojo()
-
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, File srcDir)
void
execute()
protected abstract File
getOutputDirectory()
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
-
getOutputDirectory
protected abstract File getOutputDirectory()
-
addSourceRoot
protected abstract void addSourceRoot(org.apache.maven.project.MavenProject project, File srcDir)
-
-