Package io.quarkus.cli
Class BuildToolDelegatingCommand
java.lang.Object
io.quarkus.cli.BuildToolDelegatingCommand
- Direct Known Subclasses:
BaseImageCommand,BaseKubernetesDeployCommand,Deploy,Run
A cli command that delegates to the quarkus build system.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected HelpOptionprotected OutputOptionMixinprotected PropertiesOptionsprotected ToggleRegistryClientMixinprotected picocli.CommandLine.Model.CommandSpec -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Integercall()final Integercall(BuildToolContext context) getAction(BuildToolContext context) getRunner(BuildToolContext context) voidpopulateContext(BuildToolContext context) voidprepare(BuildToolContext context) voidprepareGradle(BuildToolContext context) voidprepareMaven(BuildToolContext context)
-
Field Details
-
spec
protected picocli.CommandLine.Model.CommandSpec spec -
output
-
registryClient
-
helpOption
-
propertiesOptions
-
-
Constructor Details
-
BuildToolDelegatingCommand
public BuildToolDelegatingCommand()
-
-
Method Details