Uses of Class
picocli.CommandLine.Model.CaseAwareLinkedMap
-
Packages that use CommandLine.Model.CaseAwareLinkedMap Package Description picocli Provides classes and interfaces for the main picocli command line parsing andautocompletionfunctionality. -
-
Uses of CommandLine.Model.CaseAwareLinkedMap in picocli
Fields in picocli declared as CommandLine.Model.CaseAwareLinkedMap Modifier and Type Field Description private CommandLine.Model.CaseAwareLinkedMap<java.lang.String,CommandLine>CommandLine.Model.CommandSpec. commandsprivate CommandLine.Model.CaseAwareLinkedMap<java.lang.String,CommandLine.Model.OptionSpec>CommandLine.Model.CommandSpec. negatedOptionsByNameMapprivate CommandLine.Model.CaseAwareLinkedMap<java.lang.String,CommandLine.Model.OptionSpec>CommandLine.Model.CommandSpec. optionsByNameMapprivate CommandLine.Model.CaseAwareLinkedMap<java.lang.Character,CommandLine.Model.OptionSpec>CommandLine.Model.CommandSpec. posixOptionsByKeyMapConstructors in picocli with parameters of type CommandLine.Model.CaseAwareLinkedMap Constructor Description CaseAwareLinkedMap(CommandLine.Model.CaseAwareLinkedMap<? extends K,? extends V> map)Constructs aCaseAwareLinkedMapinstance with the same mappings, case-sensitivity and locale as the specified map.
-