Uses of Enum Class
io.jooby.ExecutionMode
-
Uses of ExecutionMode in io.jooby
Modifier and TypeMethodDescriptionJooby.getExecutionMode()
Application execution mode.static ExecutionMode
Returns the enum constant of this class with the specified name.static ExecutionMode[]
ExecutionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Jooby
Jooby.createApp
(String[] args, ExecutionMode executionMode, Supplier<Jooby> provider) Setup default environment, logging (logback or log4j2) and run application.static void
Jooby.runApp
(String[] args, ExecutionMode executionMode, Consumer<Jooby> consumer) Setup default environment, logging (logback or log4j2) and run application.static void
Jooby.runApp
(String[] args, ExecutionMode executionMode, Supplier<Jooby> provider) Setup default environment, logging (logback or log4j2) and run application.Jooby.setExecutionMode
(ExecutionMode mode) Set application execution mode.