Uses of Interface
org.openstreetmap.josm.data.validation.tests.MapCSSTagCheckerFixCommand
-
Packages that use MapCSSTagCheckerFixCommand Package Description org.openstreetmap.josm.data.validation.tests Provides the classes for JOSM data validation tests. -
-
Uses of MapCSSTagCheckerFixCommand in org.openstreetmap.josm.data.validation.tests
Fields in org.openstreetmap.josm.data.validation.tests with type parameters of type MapCSSTagCheckerFixCommand Modifier and Type Field Description (package private) List<MapCSSTagCheckerFixCommand>
MapCSSTagCheckerRule. fixCommands
Commands to apply in order to fix a matching primitiveMethods in org.openstreetmap.josm.data.validation.tests that return MapCSSTagCheckerFixCommand Modifier and Type Method Description static MapCSSTagCheckerFixCommand
MapCSSTagCheckerFixCommand. fixAdd(Object obj)
Creates a fixing command which executes aChangePropertyCommand
on the specified tag.static MapCSSTagCheckerFixCommand
MapCSSTagCheckerFixCommand. fixChangeKey(String oldKey, String newKey)
Creates a fixing command which executes aChangePropertyKeyCommand
on the specified keysstatic MapCSSTagCheckerFixCommand
MapCSSTagCheckerFixCommand. fixRemove(Object obj)
Creates a fixing command which executes aChangePropertyCommand
to delete the specified key.
-