Class Registry

java.lang.Object
io.quarkus.cli.Registry
All Implemented Interfaces:
Callable<Integer>

public class Registry extends Object implements Callable<Integer>
  • Field Details

    • output

      protected io.quarkus.cli.common.OutputOptionMixin output
    • helpOption

      protected io.quarkus.cli.common.HelpOption helpOption
    • spec

      protected picocli.CommandLine.Model.CommandSpec spec
    • unmatchedArgs

      List<String> unmatchedArgs
  • Constructor Details

    • Registry

      public Registry()
  • Method Details