Class AbstractStartCommand
java.lang.Object
org.keycloak.quarkus.runtime.cli.command.AbstractCommand
org.keycloak.quarkus.runtime.cli.command.AbstractStartCommand
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
AbstractNonServerCommand,Start,StartDev
-
Field Summary
FieldsFields inherited from class org.keycloak.quarkus.runtime.cli.command.AbstractCommand
spec -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected EnumSet<OptionCategory>Returns a list of all option categories which are available for this command.voidrun()voidsetSkipStart(boolean skipStart) static booleanMethods inherited from class org.keycloak.quarkus.runtime.cli.command.AbstractCommand
executionError, executionError, getCommandLine, getName, includeBuildTime, includeRuntime, validateConfig
-
Field Details
-
OPTIMIZED_BUILD_OPTION_LONG
- See Also:
-
-
Constructor Details
-
AbstractStartCommand
public AbstractStartCommand()
-
-
Method Details
-
run
public void run() -
doBeforeRun
protected void doBeforeRun() -
wasBuildEverRun
public static boolean wasBuildEverRun() -
getOptionCategories
Description copied from class:AbstractCommandReturns a list of all option categories which are available for this command.- Overrides:
getOptionCategoriesin classAbstractCommand
-
excludedCategories
-
setSkipStart
public void setSkipStart(boolean skipStart)
-