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 class
JCommander.ProgramName
Encapsulation of either a main application or an individual command.class
StringKey
Fields 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. aliasMap
Alias database for reverse lookupprivate java.util.Map<FuzzyMap.IKey,ParameterDescription>
JCommander. descriptions
A 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> V
FuzzyMap. findAbbreviatedValue(java.util.Map<? extends FuzzyMap.IKey,V> map, FuzzyMap.IKey name, boolean caseSensitive)
static <V> V
FuzzyMap. findInMap(java.util.Map<? extends FuzzyMap.IKey,V> map, FuzzyMap.IKey name, boolean caseSensitive, boolean allowAbbreviations)
private boolean
JCommander. 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> V
FuzzyMap. findAbbreviatedValue(java.util.Map<? extends FuzzyMap.IKey,V> map, FuzzyMap.IKey name, boolean caseSensitive)
static <V> V
FuzzyMap. findInMap(java.util.Map<? extends FuzzyMap.IKey,V> map, FuzzyMap.IKey name, boolean caseSensitive, boolean allowAbbreviations)
-