Class AbstractExportImportCommand
java.lang.Object
org.keycloak.quarkus.runtime.cli.command.AbstractCommand
org.keycloak.quarkus.runtime.cli.command.AbstractStartCommand
org.keycloak.quarkus.runtime.cli.command.AbstractExportImportCommand
- All Implemented Interfaces:
Runnable
-
Field Summary
Fields 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 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.voidrun()Methods inherited from class org.keycloak.quarkus.runtime.cli.command.AbstractStartCommand
doBeforeRunMethods inherited from class org.keycloak.quarkus.runtime.cli.command.AbstractCommand
executionError, executionError, includeBuildTime
-
Constructor Details
-
AbstractExportImportCommand
-
-
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 classAbstractCommand
-
includeRuntime
public boolean includeRuntime()Description copied from class:AbstractCommandReturns true if this command should include runtime options for the CLI.- Overrides:
includeRuntimein classAbstractCommand
-