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
public abstract class AbstractExportImportCommand extends AbstractStartCommand 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 Modifier Constructor Description protectedAbstractExportImportCommand(String action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class org.keycloak.quarkus.runtime.cli.command.AbstractStartCommand
doBeforeRun
-
Methods inherited from class org.keycloak.quarkus.runtime.cli.command.AbstractCommand
executionError, executionError
-
-
-
-
Constructor Detail
-
AbstractExportImportCommand
protected AbstractExportImportCommand(String action)
-
-
Method Detail
-
run
public void run()
- Specified by:
runin interfaceRunnable- Overrides:
runin classAbstractStartCommand
-
-