Class StartDev
java.lang.Object
org.keycloak.quarkus.runtime.cli.command.AbstractCommand
org.keycloak.quarkus.runtime.cli.command.AbstractStartCommand
org.keycloak.quarkus.runtime.cli.command.StartDev
- All Implemented Interfaces:
Runnable
-
Field Summary
FieldsFields inherited from class org.keycloak.quarkus.runtime.cli.command.AbstractStartCommand
AUTO_BUILD_OPTION_LONG, AUTO_BUILD_OPTION_SHORT, DEFAULT_WARN_MESSAGE_REPEATED_AUTO_BUILD_OPTION, OPTIMIZED_BUILD_OPTION_LONGFields inherited from class org.keycloak.quarkus.runtime.cli.command.AbstractCommand
spec -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidReturns a list of all option categories which are available for this command.booleanReturns true if this command should include runtime options for the CLI.Methods inherited from class org.keycloak.quarkus.runtime.cli.command.AbstractStartCommand
runMethods inherited from class org.keycloak.quarkus.runtime.cli.command.AbstractCommand
executionError, executionError, includeBuildTime
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
StartDev
public StartDev()
-
-
Method Details
-
doBeforeRun
protected void doBeforeRun()- Overrides:
doBeforeRunin classAbstractStartCommand
-
getOptionCategories
Description copied from class:AbstractCommandReturns a list of all option categories which are available for this command.- Overrides:
getOptionCategoriesin classAbstractCommand
-
includeRuntime
public boolean includeRuntime()Description copied from class:AbstractCommandReturns true if this command should include runtime options for the CLI.- Overrides:
includeRuntimein classAbstractCommand
-