Package | Description |
---|---|
org.openstreetmap.josm.data.validation.tests |
Modifier and Type | Method and Description |
---|---|
List<OpeningHourTest.OpeningHoursTestError> |
OpeningHourTest.checkOpeningHourSyntax(String key,
String value)
Checks for a correct usage of the opening hour syntax of the
value given, in time range mode, according to
opening_hours.js and returns a list containing
validation errors or an empty list. |
List<OpeningHourTest.OpeningHoursTestError> |
OpeningHourTest.checkOpeningHourSyntax(String key,
String value,
OpeningHourTest.CheckMode mode)
Checks for a correct usage of the opening hour syntax of the
value given according to
opening_hours.js and returns a list containing
validation errors or an empty list. |
List<OpeningHourTest.OpeningHoursTestError> |
OpeningHourTest.checkOpeningHourSyntax(String key,
String value,
OpeningHourTest.CheckMode mode,
boolean ignoreOtherSeverity)
Checks for a correct usage of the opening hour syntax of the
value given according to
opening_hours.js and returns a list containing
validation errors or an empty list. |