public class ActionExistenceChecker extends Object implements RamlResourceVisitorCheck
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_MISSING |
protected static org.slf4j.Logger |
logger
Class Logger
|
| Constructor and Description |
|---|
ActionExistenceChecker() |
| 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
|
public static String ACTION_MISSING
protected static final org.slf4j.Logger logger
public Pair<Set<Issue>,Set<Issue>> check(String name, RamlResource reference, RamlResource target, IssueLocation location, IssueSeverity maxSeverity)
RamlResourceVisitorCheckcheck in interface RamlResourceVisitorCheckname - 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.