Constructor and Description |
---|
WebServerSystem(WebServer webServer) |
Modifier and Type | Method and Description |
---|---|
void |
disable()
Performs disable actions for the subsystem
|
void |
enable()
Performs enable actions for the subsystem.
|
WebServer |
getWebServer() |
@Inject public WebServerSystem(WebServer webServer)
public void enable() throws EnableException
SubSystem
enable
in interface SubSystem
EnableException
- If an error occurred during enable and it is fatal to the subsystem.public void disable()
SubSystem
public WebServer getWebServer()