public class RamlStyleCheckVisitorCoordinator extends Object implements RamlChecker
| Constructor and Description |
|---|
RamlStyleCheckVisitorCoordinator(List<RamlStyleChecker> styleChecks) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addIssue(IssueLocation location,
String description,
String ramlLocation) |
Pair<Set<Issue>,Set<Issue>> |
check(RamlRoot published,
RamlRoot implemented)
Performs a specific check across two Raml Models.
|
public RamlStyleCheckVisitorCoordinator(List<RamlStyleChecker> styleChecks)
public Pair<Set<Issue>,Set<Issue>> check(RamlRoot published, RamlRoot implemented)
check in interface RamlCheckerpublished - The Raml as published in the contractimplemented - The Raml as generated from the implementationprotected final void addIssue(IssueLocation location, String description, String ramlLocation)
Copyright © 2017. All rights reserved.