Package picocli

Class AutoComplete.App

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Integer>
    Enclosing class:
    AutoComplete

    private static class AutoComplete.App
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Integer>
    CLI command class for generating completion script.
    • Field Detail

      • commandLineFQCN

        java.lang.String commandLineFQCN
      • factoryClass

        java.lang.String factoryClass
      • commandName

        java.lang.String commandName
      • autoCompleteScript

        java.io.File autoCompleteScript
      • writeCommandScript

        boolean writeCommandScript
      • overwriteIfExists

        boolean overwriteIfExists
    • Constructor Detail

      • App

        private App()
    • Method Detail

      • call

        public java.lang.Integer call()
                               throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Integer>
        Throws:
        java.lang.Exception
      • checkExists

        private boolean checkExists​(java.io.File file)