Package org.simplericity.jettyconsole
Interface JettyManager
-
- All Known Implementing Classes:
DefaultJettyManager
public interface JettyManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceJettyManager.JettyListener
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddListener(JettyManager.JettyListener listener)voidshutdown()voidstartServer(Configuration configuration)voidstopServer()
-
-
-
Method Detail
-
startServer
void startServer(Configuration configuration)
-
stopServer
void stopServer()
-
addListener
void addListener(JettyManager.JettyListener listener)
-
shutdown
void shutdown()
-
-