Class BootstrapSessionListener


  • @Component(role=org.apache.maven.AbstractMavenLifecycleParticipant.class,
               hint="quarkus-bootstrap")
    public class BootstrapSessionListener
    extends org.apache.maven.AbstractMavenLifecycleParticipant
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterProjectsRead​(org.apache.maven.execution.MavenSession session)  
      void afterSessionEnd​(org.apache.maven.execution.MavenSession session)  
      boolean isEnabled()  
      • Methods inherited from class org.apache.maven.AbstractMavenLifecycleParticipant

        afterSessionStart
      • Methods inherited from class java.lang.Object

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

      • BootstrapSessionListener

        public BootstrapSessionListener()
    • Method Detail

      • afterSessionEnd

        public void afterSessionEnd​(org.apache.maven.execution.MavenSession session)
                             throws org.apache.maven.MavenExecutionException
        Overrides:
        afterSessionEnd in class org.apache.maven.AbstractMavenLifecycleParticipant
        Throws:
        org.apache.maven.MavenExecutionException
      • afterProjectsRead

        public void afterProjectsRead​(org.apache.maven.execution.MavenSession session)
                               throws org.apache.maven.MavenExecutionException
        Overrides:
        afterProjectsRead in class org.apache.maven.AbstractMavenLifecycleParticipant
        Throws:
        org.apache.maven.MavenExecutionException
      • isEnabled

        public boolean isEnabled()