public class BranchValidator
extends java.lang.Object
Constructor and Description |
---|
BranchValidator(com.nomagic.magicdraw.core.Project project) |
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.databind.node.ObjectNode |
generateRefObjectNode(com.nomagic.magicdraw.core.Project project,
com.nomagic.magicdraw.esi.EsiUtils.EsiBranchInfo branchInfo,
java.lang.String parentRefId) |
ValidationSuite |
getValidationSuite() |
boolean |
hasErrors() |
void |
showWindow() |
void |
validate(com.nomagic.task.ProgressStatus progressStatus,
boolean allBranches) |
public BranchValidator(com.nomagic.magicdraw.core.Project project)
public void validate(com.nomagic.task.ProgressStatus progressStatus, boolean allBranches)
public static com.fasterxml.jackson.databind.node.ObjectNode generateRefObjectNode(com.nomagic.magicdraw.core.Project project, com.nomagic.magicdraw.esi.EsiUtils.EsiBranchInfo branchInfo, java.lang.String parentRefId)
public boolean hasErrors()
public void showWindow()
public ValidationSuite getValidationSuite()