public interface RamlResourceVisitorCheck
| Modifier and Type | Method and Description |
|---|---|
Pair<Set<Issue>,Set<Issue>> |
check(String name,
RamlResource reference,
RamlResource target,
IssueLocation location,
IssueSeverity maxSeverity)
Checks a particular resource
|
Pair<Set<Issue>,Set<Issue>> check(String name, RamlResource reference, RamlResource target, IssueLocation location, IssueSeverity maxSeverity)
name - The key (relative url) of the resource being checkedreference - the Resource from the reference RAML modeltarget - The Resource from the target RAML modellocation - The location where the issue (if any) liesmaxSeverity - The maximum allowed severity of Issue that can be generatedCopyright © 2017. All rights reserved.