Class MapCSSTagChecker.MapCSSTagCheckerAndRule
- java.lang.Object
-
- org.openstreetmap.josm.data.validation.Test
-
- org.openstreetmap.josm.data.validation.Test.TagTest
-
- org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker
-
- org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.MapCSSTagCheckerAndRule
-
- All Implemented Interfaces:
OsmPrimitiveVisitor
- Enclosing class:
- MapCSSTagChecker
static class MapCSSTagChecker.MapCSSTagCheckerAndRule extends MapCSSTagChecker
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker
MapCSSTagChecker.AssertionConsumer, MapCSSTagChecker.MapCSSTagCheckerAndRule, MapCSSTagChecker.ParseResult
-
Nested classes/interfaces inherited from class org.openstreetmap.josm.data.validation.Test
Test.TagTest
-
-
Field Summary
Fields Modifier and Type Field Description MapCSSRule
rule
private String
source
private MapCSSTagCheckerRule
tagCheck
-
Fields inherited from class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker
ALL_TESTS, checks, ENTRIES_PREF_KEY, ONLY_SELECTED_TESTS
-
Fields inherited from class org.openstreetmap.josm.data.validation.Test
checkBeforeUpload, checkEnabled, description, enabled, errors, IN_DOWNLOADED_AREA, IN_DOWNLOADED_AREA_STRICT, isBeforeUpload, name, partialSelection, progressMonitor, stopwatch, testBeforeUpload
-
-
Constructor Summary
Constructors Constructor Description MapCSSTagCheckerAndRule(MapCSSTagCheckerRule tagCheck, String source)
MapCSSTagCheckerAndRule(MapCSSRule rule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSource()
Returns the name of this class.String
toString()
-
Methods inherited from class org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker
addMapCSS, addMapCSS, check, createMapCSSTagCheckerIndex, endTest, getErrorsForPrimitive, getErrorsForPrimitive, initialize, reloadRule, startTest, visit, visit
-
Methods inherited from class org.openstreetmap.josm.data.validation.Test.TagTest
includeOtherSeverityChecks, visit, visit, visit
-
Methods inherited from class org.openstreetmap.josm.data.validation.Test
addGui, clear, deletePrimitivesIfNeeded, fixError, getErrors, getName, isBuilding, isCanceled, isFixable, isPrimitiveUsable, isResidentialArea, ok, setBeforeUpload, setPartialSelection, setShowElements, testBeforeUpload
-
-
-
-
Field Detail
-
rule
public final MapCSSRule rule
-
tagCheck
private final MapCSSTagCheckerRule tagCheck
-
-
Constructor Detail
-
MapCSSTagCheckerAndRule
MapCSSTagCheckerAndRule(MapCSSRule rule)
-
MapCSSTagCheckerAndRule
MapCSSTagCheckerAndRule(MapCSSTagCheckerRule tagCheck, String source)
-
-