Package picocli
Class AutoComplete.CommandDescriptor
java.lang.Object
picocli.AutoComplete.CommandDescriptor
- Enclosing class:
AutoComplete
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final CommandLine
(package private) final String
(package private) final String
(package private) final String
(package private) final String
-
Constructor Summary
ConstructorsConstructorDescriptionCommandDescriptor
(String functionName, String parentFunctionName, String parentWithoutTopLevelCommand, String commandName, CommandLine commandLine) -
Method Summary
-
Field Details
-
functionName
-
parentFunctionName
-
parentWithoutTopLevelCommand
-
commandName
-
commandLine
-
-
Constructor Details
-
CommandDescriptor
CommandDescriptor(String functionName, String parentFunctionName, String parentWithoutTopLevelCommand, String commandName, CommandLine commandLine)
-