Klasse StopMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.sling.maven.feature.launcher.StopMojo
Alle implementierten Schnittstellen:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="stop", defaultPhase=POST_INTEGRATION_TEST) public class StopMojo extends org.apache.maven.plugin.AbstractMojo
Stop one or multiple Sling Feature(s).
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    protected boolean
    If true stopping the server is deferred until you press the Enter key on the terminal on which Maven is executed.

    Von Schnittstelle geerbte Felder org.apache.maven.plugin.Mojo

    ROLE
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
     
    protected void
     

    Von Klasse geerbte Methoden org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Felddetails

    • waitForInput

      @Parameter(property="feature-launcher.waitForInput", required=false, defaultValue="false") protected boolean waitForInput
      If true stopping the server is deferred until you press the Enter key on the terminal on which Maven is executed.
  • Konstruktordetails

    • StopMojo

      public StopMojo()
  • Methodendetails

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Löst aus:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException
    • waitForUserInput

      protected void waitForUserInput() throws org.apache.maven.plugin.MojoFailureException
      Löst aus:
      org.apache.maven.plugin.MojoFailureException