Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_APP_PATH |
static String |
DEFAULT_BINDINGS_PATH |
static String |
DEFAULT_HANDLERS_PATH |
Modifier and Type | Method and Description |
---|---|
static Action<? super RatpackServerSpec> |
app() |
static Action<? super RatpackServerSpec> |
app(boolean staticCompile) |
static Action<? super RatpackServerSpec> |
app(boolean compileStatic,
Path script) |
static Action<? super RatpackServerSpec> |
app(boolean staticCompile,
String... scriptPaths) |
static Action<? super RatpackServerSpec> |
app(Path script) |
static Function<Registry,Registry> |
bindings() |
static Function<Registry,Registry> |
bindings(boolean staticCompile) |
static Function<Registry,Registry> |
bindings(boolean staticCompile,
String scriptPath) |
static void |
checkGroovy() |
static Function<Registry,Handler> |
handlers() |
static Function<Registry,Handler> |
handlers(boolean staticCompile) |
static Function<Registry,Handler> |
handlers(boolean staticCompile,
String scriptPath) |
public static final String DEFAULT_HANDLERS_PATH
public static final String DEFAULT_BINDINGS_PATH
public static final String DEFAULT_APP_PATH
public static void checkGroovy()
public static Action<? super RatpackServerSpec> app()
public static Action<? super RatpackServerSpec> app(boolean staticCompile)
public static Action<? super RatpackServerSpec> app(Path script)
public static Action<? super RatpackServerSpec> app(boolean compileStatic, Path script)
public static Action<? super RatpackServerSpec> app(boolean staticCompile, String... scriptPaths)
public static Function<Registry,Handler> handlers(boolean staticCompile, String scriptPath)