Class Import
java.lang.Object
org.keycloak.quarkus.runtime.cli.command.AbstractCommand
org.keycloak.quarkus.runtime.cli.command.AbstractStartCommand
org.keycloak.quarkus.runtime.cli.command.AbstractExportImportCommand
org.keycloak.quarkus.runtime.cli.command.Import
- 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 TypeMethodDescriptionReturns a list of all option categories which are available for this command.Methods inherited from class org.keycloak.quarkus.runtime.cli.command.AbstractExportImportCommand
includeRuntime, runMethods inherited from class org.keycloak.quarkus.runtime.cli.command.AbstractStartCommand
doBeforeRunMethods inherited from class org.keycloak.quarkus.runtime.cli.command.AbstractCommand
executionError, executionError, includeBuildTime
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
Import
public Import()
-
-
Method Details
-
getOptionCategories
Description copied from class:AbstractCommandReturns a list of all option categories which are available for this command.- Overrides:
getOptionCategoriesin classAbstractExportImportCommand
-