Class ServerListener

java.lang.Object
org.eclipse.jetty.maven.plugin.ServerListener
All Implemented Interfaces:
EventListener, LifeCycle.Listener

public class ServerListener extends Object implements LifeCycle.Listener
ServerListener Listener to create a file that signals that the startup is completed. Used by the JettyRunHome maven goal to determine that the child process is started, and that jetty is ready.
  • Constructor Details

    • ServerListener

      public ServerListener()
  • Method Details