Uses of Class
org.openstreetmap.josm.tools.OptionParser.OptionCount
-
Packages that use OptionParser.OptionCount Package Description org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of OptionParser.OptionCount in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools that return OptionParser.OptionCount Modifier and Type Method Description default OptionParser.OptionCount
OptionParser.AvailableOption. getRequiredCount()
Determines how often this option may / must be specified on the command line.static OptionParser.OptionCount
OptionParser.OptionCount. valueOf(String name)
Returns the enum constant of this type with the specified name.static OptionParser.OptionCount[]
OptionParser.OptionCount. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.tools with parameters of type OptionParser.OptionCount Modifier and Type Method Description OptionParser
OptionParser. addArgumentParameter(String optionName, OptionParser.OptionCount count, Consumer<String> handler)
Add a parameter that expects a string attribute.
-