public interface RamlActionVisitorCheck
| Modifier and Type | Method and Description |
|---|---|
Pair<Set<Issue>,Set<Issue>> |
check(RamlActionType name,
RamlAction reference,
RamlAction target,
IssueLocation location,
IssueSeverity maxSeverity)
Checks a particular action
|
Pair<Set<Issue>,Set<Issue>> check(RamlActionType name, RamlAction reference, RamlAction target, IssueLocation location, IssueSeverity maxSeverity)
name - The key/verb of the actionreference - The Action which is the source of truth from the RAML modeltarget - The target Action to check against from the RAML modellocation - The location where the issue (if any) liesmaxSeverity - The maximum severity that can be applied to any errorsCopyright © 2017. All rights reserved.