Package io.quarkus.cli.registry
Class BaseRegistryCommand
java.lang.Object
io.quarkus.cli.registry.BaseRegistryCommand
- Direct Known Subclasses:
RegistryAddCommand,RegistryListCommand,RegistryRemoveCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected io.quarkus.cli.common.HelpOptionprotected io.quarkus.cli.common.OutputOptionMixinprotected io.quarkus.cli.common.registry.RegistryClientMixinprotected picocli.CommandLine.Model.CommandSpec -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
output
protected io.quarkus.cli.common.OutputOptionMixin output -
registryClient
protected io.quarkus.cli.common.registry.RegistryClientMixin registryClient -
helpOption
protected io.quarkus.cli.common.HelpOption helpOption -
spec
protected picocli.CommandLine.Model.CommandSpec spec
-
-
Constructor Details
-
BaseRegistryCommand
public BaseRegistryCommand()
-
-
Method Details