Package org.jboss.jca.test.eis.maven
Class EISMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.jboss.jca.test.eis.maven.EISMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
public abstract class EISMojo
extends org.apache.maven.plugin.AbstractMojo
Base mojo for the EIS test server
- 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
-
EISMojo
public EISMojo()Constructor
-
-
Method Details
-
getHost
Get the host- Returns:
- The value
-
setHost
Set the host- Parameters:
v- The value
-
getPort
public int getPort()Get the port- Returns:
- The value
-
setPort
public void setPort(int v) Set the port- Parameters:
v- The value
-
execute
public abstract void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-