Class BaseRegistryCommand

java.lang.Object
io.quarkus.cli.registry.BaseRegistryCommand
All Implemented Interfaces:
Callable<Integer>
Direct Known Subclasses:
RegistryAddCommand, RegistryListCommand, RegistryRemoveCommand

public class BaseRegistryCommand extends Object implements Callable<Integer>
  • 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