Uses of Interface
org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.AssertionConsumer
-
Packages that use MapCSSTagChecker.AssertionConsumer Package Description org.openstreetmap.josm.data.validation.tests Provides the classes for JOSM data validation tests. -
-
Uses of MapCSSTagChecker.AssertionConsumer in org.openstreetmap.josm.data.validation.tests
Methods in org.openstreetmap.josm.data.validation.tests with parameters of type MapCSSTagChecker.AssertionConsumer Modifier and Type Method Description (package private) MapCSSTagChecker.ParseResult
MapCSSTagChecker. addMapCSS(String url, MapCSSTagChecker.AssertionConsumer assertionConsumer)
(package private) static void
MapCSSTagCheckerAsserts. checkAsserts(MapCSSTagCheckerRule check, Map<String,Boolean> assertions, MapCSSTagChecker.AssertionConsumer assertionConsumer)
Checks that rule assertions are met for the given set of TagChecks.(package private) static MapCSSTagCheckerRule
MapCSSTagCheckerRule. ofMapCSSRule(MapCSSRule rule, MapCSSTagChecker.AssertionConsumer assertionConsumer)
(package private) static MapCSSTagChecker.ParseResult
MapCSSTagCheckerRule. readMapCSS(Reader css, MapCSSTagChecker.AssertionConsumer assertionConsumer)
-