Package org.jboss.jca.sjc.maven
Class AbstractHomeMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.jboss.jca.sjc.maven.AbstractHomeMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
public abstract class AbstractHomeMojo extends org.apache.maven.plugin.AbstractMojoAn abstract home mojo- Author:
- Jesper Pedersen
-
-
Constructor Summary
Constructors Constructor Description AbstractHomeMojo()Constructor
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidexecute()ExecuteStringgetHome()Get the home directoryvoidsetHome(String v)Set the home directory
-
-
-
Method Detail
-
getHome
public String getHome()
Get the home directory- Returns:
- The value
-
setHome
public void setHome(String v)
Set the home directory- Parameters:
v- The value
-
execute
public abstract void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureExceptionExecute- Throws:
org.apache.maven.plugin.MojoExecutionException- Thrown if the plugin cant be executedorg.apache.maven.plugin.MojoFailureException- Thrown if there is an error
-
-