Package picocli

Class AutoComplete.App

java.lang.Object
picocli.AutoComplete.App
All Implemented Interfaces:
Callable<Integer>
Enclosing class:
AutoComplete

private static class AutoComplete.App extends Object implements Callable<Integer>
CLI command class for generating completion script.
  • Field Details

    • commandLineFQCN

      String commandLineFQCN
    • factoryClass

      String factoryClass
    • commandName

      String commandName
    • autoCompleteScript

      File autoCompleteScript
    • writeCommandScript

      boolean writeCommandScript
    • overwriteIfExists

      boolean overwriteIfExists
    • spec

  • Constructor Details

    • App

      private App()
  • Method Details