Class MapCSSTagChecker.ParseResult
- java.lang.Object
-
- org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.ParseResult
-
- Enclosing class:
- MapCSSTagChecker
public static class MapCSSTagChecker.ParseResult extends Object
- Since:
- 8936
-
-
Field Summary
Fields Modifier and Type Field Description List<MapCSSTagCheckerRule>
parseChecks
Checks successfully parsedCollection<Throwable>
parseErrors
Errors that occurred during parsing
-
Constructor Summary
Constructors Constructor Description ParseResult(List<MapCSSTagCheckerRule> parseChecks, Collection<Throwable> parseErrors)
Constructs a newParseResult
.
-
-
-
Field Detail
-
parseChecks
public final List<MapCSSTagCheckerRule> parseChecks
Checks successfully parsed
-
parseErrors
public final Collection<Throwable> parseErrors
Errors that occurred during parsing
-
-
Constructor Detail
-
ParseResult
public ParseResult(List<MapCSSTagCheckerRule> parseChecks, Collection<Throwable> parseErrors)
Constructs a newParseResult
.- Parameters:
parseChecks
- Checks successfully parsedparseErrors
- Errors that occurred during parsing
-
-