Uses of Interface
com.beust.jcommander.FuzzyMap.IKey
-
Packages that use FuzzyMap.IKey Package Description com.beust.jcommander -
-
Uses of FuzzyMap.IKey in com.beust.jcommander
Classes in com.beust.jcommander that implement FuzzyMap.IKey Modifier and Type Class Description static classJCommander.ProgramNameEncapsulation of either a main application or an individual command.classStringKeyFields in com.beust.jcommander with type parameters of type FuzzyMap.IKey Modifier and Type Field Description private java.util.Map<FuzzyMap.IKey,JCommander.ProgramName>JCommander. aliasMapAlias database for reverse lookupprivate java.util.Map<FuzzyMap.IKey,ParameterDescription>JCommander. descriptionsA map to look up parameter description per option name.Methods in com.beust.jcommander that return types with arguments of type FuzzyMap.IKey Modifier and Type Method Description java.util.Map<FuzzyMap.IKey,ParameterDescription>JCommander. getDescriptions()Methods in com.beust.jcommander with parameters of type FuzzyMap.IKey Modifier and Type Method Description private static <V> VFuzzyMap. findAbbreviatedValue(java.util.Map<? extends FuzzyMap.IKey,V> map, FuzzyMap.IKey name, boolean caseSensitive)static <V> VFuzzyMap. findInMap(java.util.Map<? extends FuzzyMap.IKey,V> map, FuzzyMap.IKey name, boolean caseSensitive, boolean allowAbbreviations)private booleanJCommander. matchArg(java.lang.String arg, FuzzyMap.IKey key)Method parameters in com.beust.jcommander with type arguments of type FuzzyMap.IKey Modifier and Type Method Description private static <V> VFuzzyMap. findAbbreviatedValue(java.util.Map<? extends FuzzyMap.IKey,V> map, FuzzyMap.IKey name, boolean caseSensitive)static <V> VFuzzyMap. findInMap(java.util.Map<? extends FuzzyMap.IKey,V> map, FuzzyMap.IKey name, boolean caseSensitive, boolean allowAbbreviations)
-