Package picocli
Class AutoComplete.CommandDescriptor
- java.lang.Object
-
- picocli.AutoComplete.CommandDescriptor
-
- Enclosing class:
- AutoComplete
private static class AutoComplete.CommandDescriptor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) CommandLine
commandLine
(package private) java.lang.String
commandName
(package private) java.lang.String
functionName
(package private) CommandLine
parent
-
Constructor Summary
Constructors Constructor Description CommandDescriptor(java.lang.String functionName, java.lang.String commandName, CommandLine commandLine, CommandLine parent)
-
-
-
Field Detail
-
functionName
final java.lang.String functionName
-
commandName
final java.lang.String commandName
-
commandLine
final CommandLine commandLine
-
parent
final CommandLine parent
-
-
Constructor Detail
-
CommandDescriptor
CommandDescriptor(java.lang.String functionName, java.lang.String commandName, CommandLine commandLine, CommandLine parent)
-
-