Class AbstractNonServerCommand
java.lang.Object
org.keycloak.quarkus.runtime.cli.command.AbstractCommand
org.keycloak.quarkus.runtime.cli.command.AbstractStartCommand
org.keycloak.quarkus.runtime.cli.command.AbstractNonServerCommand
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
BootstrapAdminService,BootstrapAdminUser,Export,Import
-
Field Summary
Fields inherited from class org.keycloak.quarkus.runtime.cli.command.AbstractStartCommand
OPTIMIZED_BUILD_OPTION_LONGFields inherited from class org.keycloak.quarkus.runtime.cli.command.AbstractCommand
spec -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of all option categories which are available for this command.booleanReturns true if this command should include runtime options for the CLI.voidonStart(QuarkusKeycloakApplication application) voidrun()Methods inherited from class org.keycloak.quarkus.runtime.cli.command.AbstractStartCommand
doBeforeRun, excludedCategories, setSkipStart, wasBuildEverRunMethods inherited from class org.keycloak.quarkus.runtime.cli.command.AbstractCommand
executionError, executionError, getCommandLine, getName, includeBuildTime, validateConfig
-
Constructor Details
-
AbstractNonServerCommand
public AbstractNonServerCommand()
-
-
Method Details
-
run
public void run()- Specified by:
runin interfaceRunnable- Overrides:
runin classAbstractStartCommand
-
getOptionCategories
Description copied from class:AbstractCommandReturns a list of all option categories which are available for this command.- Overrides:
getOptionCategoriesin classAbstractStartCommand
-
includeRuntime
public boolean includeRuntime()Description copied from class:AbstractCommandReturns true if this command should include runtime options for the CLI.- Overrides:
includeRuntimein classAbstractCommand
-
onStart
-