Class ProjectExtensions

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

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

    • output

      protected OutputOptionMixin output
    • spec

      protected picocli.CommandLine.Model.CommandSpec spec
    • unmatchedArgs

      List<String> unmatchedArgs
  • Constructor Details

    • ProjectExtensions

      public ProjectExtensions()
  • Method Details