Class AbstractCommand
java.lang.Object
org.keycloak.quarkus.runtime.cli.command.AbstractCommand
- Direct Known Subclasses:
AbstractStartCommand,Build,ShowConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecutionError(picocli.CommandLine cmd, String message) protected voidexecutionError(picocli.CommandLine cmd, String message, Throwable cause) picocli.CommandLineabstract StringgetName()Returns a list of all option categories which are available for this command.booleanReturns true if this command should include build time options for the CLI.booleanReturns true if this command should include runtime options for the CLI.protected void
-
Field Details
-
spec
protected picocli.CommandLine.Model.CommandSpec spec
-
-
Constructor Details
-
AbstractCommand
public AbstractCommand()
-
-
Method Details
-
executionError
-
executionError
-
includeRuntime
public boolean includeRuntime()Returns true if this command should include runtime options for the CLI. -
includeBuildTime
public boolean includeBuildTime()Returns true if this command should include build time options for the CLI. -
getOptionCategories
Returns a list of all option categories which are available for this command. -
validateConfig
protected void validateConfig() -
getName
-
getCommandLine
public picocli.CommandLine getCommandLine()
-