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). |
serverpublic void start()
throws Exception
RatpackMainRatpackMain.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 RatpackMainException - if the server cannot be startedprotected void addImpliedDefaults(Properties properties)
RatpackMainThis implementation does not add any.
addImpliedDefaults in class RatpackMainproperties - The properties to add the defaults to