Package | Description |
---|---|
org.openstreetmap.josm.data.validation.tests |
Provides the classes for JOSM data validation tests.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<MapCSSTagChecker.FixCommand> |
MapCSSTagChecker.TagCheck.fixCommands
Commands to apply in order to fix a matching primitive
|
Modifier and Type | Method and Description |
---|---|
static MapCSSTagChecker.FixCommand |
MapCSSTagChecker.FixCommand.fixAdd(java.lang.Object obj)
Creates a fixing command which executes a
ChangePropertyCommand on the specified tag. |
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. |
static MapCSSTagChecker.FixCommand |
MapCSSTagChecker.FixCommand.fixRemove(java.lang.Object obj)
Creates a fixing command which executes a
ChangePropertyCommand to delete the specified key. |