| Modifier and Type | Method and Description |
|---|---|
Set<Issue> |
RamlVerifier.getErrors()
Retrieve the Errors identified
|
Set<Issue> |
RamlVerifier.getWarnings()
Retrieve the Warnings identified
|
| Modifier and Type | Class and Description |
|---|---|
class |
StyleIssue
A specific type of issue relating to style
|
| Modifier and Type | Method and Description |
|---|---|
Pair<Set<Issue>,Set<Issue>> |
RamlStyleCheckVisitorCoordinator.check(RamlRoot published,
RamlRoot implemented)
Performs a specific check across two Raml Models.
|
Pair<Set<Issue>,Set<Issue>> |
RamlStyleCheckVisitorCoordinator.check(RamlRoot published,
RamlRoot implemented)
Performs a specific check across two Raml Models.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<Set<Issue>,Set<Issue>> |
RamlActionVisitorCheck.check(RamlActionType name,
RamlAction reference,
RamlAction target,
IssueLocation location,
IssueSeverity maxSeverity)
Checks a particular action
|
Pair<Set<Issue>,Set<Issue>> |
RamlActionVisitorCheck.check(RamlActionType name,
RamlAction reference,
RamlAction target,
IssueLocation location,
IssueSeverity maxSeverity)
Checks a particular action
|
Pair<Set<Issue>,Set<Issue>> |
RamlChecker.check(RamlRoot published,
RamlRoot implemented)
Performs a specific check across two Raml Models.
|
Pair<Set<Issue>,Set<Issue>> |
RamlChecker.check(RamlRoot published,
RamlRoot implemented)
Performs a specific check across two Raml Models.
|
Pair<Set<Issue>,Set<Issue>> |
RamlResourceVisitorCheck.check(String name,
RamlResource reference,
RamlResource target,
IssueLocation location,
IssueSeverity maxSeverity)
Checks a particular resource
|
Pair<Set<Issue>,Set<Issue>> |
RamlResourceVisitorCheck.check(String name,
RamlResource reference,
RamlResource target,
IssueLocation location,
IssueSeverity maxSeverity)
Checks a particular resource
|
| Modifier and Type | Method and Description |
|---|---|
Pair<Set<Issue>,Set<Issue>> |
ActionResponseBodySchemaChecker.check(RamlActionType name,
RamlAction reference,
RamlAction target,
IssueLocation location,
IssueSeverity maxSeverity) |
Pair<Set<Issue>,Set<Issue>> |
ActionResponseBodySchemaChecker.check(RamlActionType name,
RamlAction reference,
RamlAction target,
IssueLocation location,
IssueSeverity maxSeverity) |
Pair<Set<Issue>,Set<Issue>> |
ActionQueryParameterChecker.check(RamlActionType name,
RamlAction reference,
RamlAction target,
IssueLocation location,
IssueSeverity maxSeverity) |
Pair<Set<Issue>,Set<Issue>> |
ActionQueryParameterChecker.check(RamlActionType name,
RamlAction reference,
RamlAction target,
IssueLocation location,
IssueSeverity maxSeverity) |
Pair<Set<Issue>,Set<Issue>> |
ActionContentTypeChecker.check(RamlActionType name,
RamlAction reference,
RamlAction target,
IssueLocation location,
IssueSeverity maxSeverity) |
Pair<Set<Issue>,Set<Issue>> |
ActionContentTypeChecker.check(RamlActionType name,
RamlAction reference,
RamlAction target,
IssueLocation location,
IssueSeverity maxSeverity) |
Pair<Set<Issue>,Set<Issue>> |
ResourceExistenceChecker.check(RamlRoot published,
RamlRoot implemented) |
Pair<Set<Issue>,Set<Issue>> |
ResourceExistenceChecker.check(RamlRoot published,
RamlRoot implemented) |
Pair<Set<Issue>,Set<Issue>> |
RamlCheckerResourceVisitorCoordinator.check(RamlRoot published,
RamlRoot implemented) |
Pair<Set<Issue>,Set<Issue>> |
RamlCheckerResourceVisitorCoordinator.check(RamlRoot published,
RamlRoot implemented) |
Pair<Set<Issue>,Set<Issue>> |
ActionExistenceChecker.check(String name,
RamlResource reference,
RamlResource target,
IssueLocation location,
IssueSeverity maxSeverity) |
Pair<Set<Issue>,Set<Issue>> |
ActionExistenceChecker.check(String name,
RamlResource reference,
RamlResource target,
IssueLocation location,
IssueSeverity maxSeverity) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RamlCheckerResourceVisitorCoordinator.addIssue(Set<Issue> errors,
Set<Issue> warnings,
Issue issue,
String logDescription)
Adds an issue to the respective set according to issue severity and logs at the appropriate log level
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RamlCheckerResourceVisitorCoordinator.addIssue(Set<Issue> errors,
Set<Issue> warnings,
Issue issue,
String logDescription)
Adds an issue to the respective set according to issue severity and logs at the appropriate log level
|
static void |
RamlCheckerResourceVisitorCoordinator.addIssue(Set<Issue> errors,
Set<Issue> warnings,
Issue issue,
String logDescription)
Adds an issue to the respective set according to issue severity and logs at the appropriate log level
|
Copyright © 2017. All rights reserved.