Uses of Class
org.openstreetmap.josm.data.validation.ValidatorCLI.Option
-
Packages that use ValidatorCLI.Option Package Description org.openstreetmap.josm.data.validation Provides the classes for JOSM data validation. -
-
Uses of ValidatorCLI.Option in org.openstreetmap.josm.data.validation
Methods in org.openstreetmap.josm.data.validation that return ValidatorCLI.Option Modifier and Type Method Description static ValidatorCLI.Option
ValidatorCLI.Option. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ValidatorCLI.Option[]
ValidatorCLI.Option. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.data.validation with parameters of type ValidatorCLI.Option Modifier and Type Method Description private java.util.Optional<java.lang.String>
ValidatorCLI. handleOption(java.lang.String currentInput, ValidatorCLI.Option option, java.lang.String argument)
Handle an optionprivate void
ValidatorCLI. handleOption(ValidatorCLI.Option option)
-