Package org.apache.axis2.maven2.repo
Class AbstractCreateRepositoryMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.axis2.maven2.repo.AbstractCreateRepositoryMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
CreateRepositoryMojo,CreateTestRepositoryMojo
public abstract class AbstractCreateRepositoryMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Constructor Summary
Constructors Constructor Description AbstractCreateRepositoryMojo()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidexecute()protected abstract File[]getClassDirectories()protected abstract FilegetInputDirectory()protected abstract FilegetOutputDirectory()protected abstract StringgetScope()
-
-
-
Method Detail
-
getScope
protected abstract String getScope()
-
getInputDirectory
protected abstract File getInputDirectory()
-
getOutputDirectory
protected abstract File getOutputDirectory()
-
getClassDirectories
protected abstract File[] getClassDirectories()
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
-