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.AbstractMojo
An abstract home mojo
- Author:
- Jesper Pedersen
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
AbstractHomeMojo
public AbstractHomeMojo()Constructor
-
-
Method Details
-
getHome
Get the home directory- Returns:
- The value
-
setHome
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
-