Uses of Class
picocli.AutoComplete.CommandDescriptor
-
Packages that use AutoComplete.CommandDescriptor Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletion
functionality. -
-
Uses of AutoComplete.CommandDescriptor in picocli
Methods in picocli that return types with arguments of type AutoComplete.CommandDescriptor Modifier and Type Method Description private static java.util.List<AutoComplete.CommandDescriptor>
AutoComplete. createHierarchy(java.lang.String scriptName, CommandLine commandLine)
Method parameters in picocli with type arguments of type AutoComplete.CommandDescriptor Modifier and Type Method Description private static void
AutoComplete. createSubHierarchy(java.lang.String scriptName, CommandLine commandLine, java.util.List<AutoComplete.CommandDescriptor> out)
private static java.lang.String
AutoComplete. generateEntryPointFunction(java.lang.String scriptName, CommandLine commandLine, java.util.List<AutoComplete.CommandDescriptor> hierarchy)
-