Package picocli

Class AutoComplete.CommandDescriptor

  • Enclosing class:
    AutoComplete

    private static class AutoComplete.CommandDescriptor
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • functionName

        final java.lang.String functionName
      • commandName

        final java.lang.String commandName
    • Constructor Detail

      • CommandDescriptor

        CommandDescriptor​(java.lang.String functionName,
                          java.lang.String commandName,
                          CommandLine commandLine,
                          CommandLine parent)