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
public final class Import extends AbstractExportImportCommand implements Runnable
-
-
Field Summary
-
Fields inherited from class org.keycloak.quarkus.runtime.cli.command.AbstractStartCommand
AUTO_BUILD_OPTION_LONG, AUTO_BUILD_OPTION_SHORT
-
Fields inherited from class org.keycloak.quarkus.runtime.cli.command.AbstractCommand
spec
-
-
Constructor Summary
Constructors Constructor Description Import()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoBeforeRun()-
Methods inherited from class org.keycloak.quarkus.runtime.cli.command.AbstractExportImportCommand
run
-
Methods inherited from class org.keycloak.quarkus.runtime.cli.command.AbstractCommand
executionError, executionError
-
-
-
-
Method Detail
-
doBeforeRun
protected void doBeforeRun()
- Overrides:
doBeforeRunin classAbstractStartCommand
-
-