public class GroovyRatpackMain extends RatpackMain
Constructor and Description |
---|
GroovyRatpackMain() |
Modifier and Type | Method and Description |
---|---|
protected void |
addImpliedDefaults(Properties properties)
Subclass hook for adding default property values.
|
static void |
main(String[] args) |
void |
start()
Starts the server returned by calling
RatpackMain.server(java.util.Properties, java.util.Properties) . |
server
public void start() throws Exception
RatpackMain
RatpackMain.server(java.util.Properties, java.util.Properties)
.
The system properties are given as the override properties, and an empty property set as the defaults.
start
in class RatpackMain
Exception
- if the server cannot be startedprotected void addImpliedDefaults(Properties properties)
RatpackMain
This implementation does not add any.
addImpliedDefaults
in class RatpackMain
properties
- The properties to add the defaults to