Package com._1c.g5.v8.dt.scc
Class ConfigurationStandaloneContentValidator
- java.lang.Object
-
- com._1c.g5.v8.dt.scc.ConfigurationStandaloneContentValidator
-
public final class ConfigurationStandaloneContentValidator extends Object
Validator for configuration standalone content.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<StandaloneContentMdObjectAware,Set<String>>
validate(StandaloneContent standaloneContent, Version version)
Validates standalone content by project version.
-
-
-
Method Detail
-
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
-
-