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
Direct Known Subclasses:
Start, Stop

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
    Constructor
    Description
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract void
    Get the host
    int
    Get the port
    void
    Set the host
    void
    setPort(int v)
    Set the port

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EISMojo

      public EISMojo()
      Constructor
  • Method Details

    • getHost

      public String getHost()
      Get the host
      Returns:
      The value
    • setHost

      public void setHost(String v)
      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.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException