Package | Description |
---|---|
org.openstreetmap.josm.data.validation.tests |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<MapCSSTagChecker.FixCommand> |
MapCSSTagChecker.TagCheck.fixCommands |
Modifier and Type | Method and Description |
---|---|
(package private) static MapCSSTagChecker.FixCommand |
MapCSSTagChecker.FixCommand.fixAdd(java.lang.Object obj)
Creates a fixing command which executes a
ChangePropertyCommand on the specified tag. |
(package private) static MapCSSTagChecker.FixCommand |
MapCSSTagChecker.FixCommand.fixChangeKey(java.lang.String oldKey,
java.lang.String newKey)
Creates a fixing command which executes a
ChangePropertyKeyCommand on the specified keys. |
(package private) static MapCSSTagChecker.FixCommand |
MapCSSTagChecker.FixCommand.fixRemove(java.lang.Object obj)
Creates a fixing command which executes a
ChangePropertyCommand to delete the specified key. |