Groovy Documentation

org.akhikhl.gretty
[Groovy] Class SpringBootServerManager

java.lang.Object
  org.akhikhl.gretty.SpringBootServerManager
All Implemented Interfaces:
ServerManager

final class SpringBootServerManager

Authors:
akhikhl


Field Summary
protected static Logger log

protected java.util.Map params

 
Method Summary
void setParams(java.util.Map params)

void startServer()

void stopServer()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

log

protected static final Logger log


params

protected java.util.Map params


 
Method Detail

setParams

@Override
void setParams(java.util.Map params)


startServer

@Override
void startServer()


stopServer

@Override
void stopServer()


 

Groovy Documentation