Class OpenOfficeFloorMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="open",
          defaultPhase=PRE_INTEGRATION_TEST,
          requiresDependencyResolution=RUNTIME)
    public class OpenOfficeFloorMojo
    extends org.apache.maven.plugin.AbstractMojo
    Open OfficeFloor Mojo.
    Author:
    Daniel Sagenschneider
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DEFAULT_JMX_PORT
      Default JMX port.
      • Fields inherited from interface org.apache.maven.plugin.Mojo

        ROLE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      java.lang.Process getProcess()
      Obtains the Process running OfficeFloor.
      • 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
    • Field Detail

      • DEFAULT_JMX_PORT

        public static final int DEFAULT_JMX_PORT
        Default JMX port.
        See Also:
        Constant Field Values
    • Constructor Detail

      • OpenOfficeFloorMojo

        public OpenOfficeFloorMojo()
    • Method Detail

      • getProcess

        public java.lang.Process getProcess()
        Obtains the Process running OfficeFloor.
        Returns:
        Process running OfficeFloor. May be null.
      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException