Package org.jboss.jca.test.eis.maven
Class Start
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.jboss.jca.test.eis.maven.EISMojo
org.jboss.jca.test.eis.maven.Start
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
Start mojo
- Author:
- Jesper Pedersen
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()voidsetClasspath(List<File> v) Set the classpathvoidsetHandler(String v) Set the handlerMethods inherited from class org.jboss.jca.test.eis.maven.EISMojo
getHost, getPort, setHost, setPortMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
Start
public Start()Constructor
-
-
Method Details
-
setHandler
Set the handler- Parameters:
v- The value
-
setClasspath
Set the classpath- Parameters:
v- The value
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
-