Class AbstractCommand
- java.lang.Object
-
- org.keycloak.quarkus.runtime.cli.command.AbstractCommand
-
- Direct Known Subclasses:
AbstractExportImportCommand,AbstractStartCommand,Build,ShowConfig
public abstract class AbstractCommand extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected picocli.CommandLine.Model.CommandSpecspec
-
Constructor Summary
Constructors Constructor Description AbstractCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecutionError(picocli.CommandLine cmd, String message)protected voidexecutionError(picocli.CommandLine cmd, String message, Throwable cause)
-