Uses of Class
org.openstreetmap.josm.tools.OptionParser.OptionCount
-
Packages that use OptionParser.OptionCount Package Description org.openstreetmap.josm.data.validation Provides the classes for JOSM data validation.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.data.validation
Fields in org.openstreetmap.josm.data.validation declared as OptionParser.OptionCount Modifier and Type Field Description private OptionParser.OptionCount
ValidatorCLI.Option. optionCount
Methods in org.openstreetmap.josm.data.validation that return OptionParser.OptionCount Modifier and Type Method Description OptionParser.OptionCount
ValidatorCLI.Option. getOptionCount()
Get the number of times this option should be seenConstructors in org.openstreetmap.josm.data.validation with parameters of type OptionParser.OptionCount Constructor Description Option(boolean requiresArgument, char shortOption, OptionParser.OptionCount optionCount)
-
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(java.lang.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(java.lang.String optionName, OptionParser.OptionCount count, java.util.function.Consumer<java.lang.String> handler)
Add a parameter that expects a string attribute.
-