Package com._1c.g5.v8.dt.scc
Class ConfigurationStandaloneContentValidator
java.lang.Object
com._1c.g5.v8.dt.scc.ConfigurationStandaloneContentValidator
Validator for configuration standalone content.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Map<StandaloneContentMdObjectAware,
Set<String>> validate
(StandaloneContent standaloneContent, Version version) Validates standalone content by project version.
-
Method Details
-
validate
public static Map<StandaloneContentMdObjectAware,Set<String>> validate(StandaloneContent standaloneContent, Version version) Validates standalone content by project version.- Parameters:
standaloneContent
- the standalone content, cannot benull
version
- the project version, cannot benull
- Returns:
- map bad content item on error messages set, cannot be
null
-