| Modifier and Type | Method and Description |
|---|---|
protected void |
RamlStyleCheckVisitorCoordinator.addIssue(IssueLocation location,
String description,
String ramlLocation) |
Set<StyleIssue> |
RamlStyleCheckerAdapter.checkActionStyle(RamlActionType key,
RamlAction value,
IssueLocation location,
RamlRoot raml) |
Set<StyleIssue> |
RamlStyleChecker.checkActionStyle(RamlActionType key,
RamlAction value,
IssueLocation location,
RamlRoot raml)
Check the style of a particular action
|
Set<StyleIssue> |
RamlStyleCheckerAdapter.checkResourceStyle(String name,
RamlResource resource,
IssueLocation location,
RamlRoot raml) |
Set<StyleIssue> |
RamlStyleChecker.checkResourceStyle(String name,
RamlResource resource,
IssueLocation location,
RamlRoot raml)
Check the style of a particular resource.
|
| Constructor and Description |
|---|
StyleIssue(IssueLocation location,
String description,
RamlResource resource,
RamlAction action) |
StyleIssue(IssueLocation location,
String description,
String ramlLocation) |
| Modifier and Type | Method and Description |
|---|---|
Set<StyleIssue> |
ResponseCodeDefinitionStyleChecker.checkActionStyle(RamlActionType key,
RamlAction value,
IssueLocation location,
RamlRoot raml) |
Set<StyleIssue> |
ResponseBodySchemaStyleChecker.checkActionStyle(RamlActionType key,
RamlAction value,
IssueLocation location,
RamlRoot raml) |
Set<StyleIssue> |
RequestBodySchemaStyleChecker.checkActionStyle(RamlActionType key,
RamlAction value,
IssueLocation location,
RamlRoot raml) |
Set<StyleIssue> |
ActionSecurityResponseChecker.checkActionStyle(RamlActionType key,
RamlAction value,
IssueLocation location,
RamlRoot raml) |
Set<StyleIssue> |
ResourceUrlStyleChecker.checkResourceStyle(String name,
RamlResource resource,
IssueLocation location,
RamlRoot raml) |
Set<StyleIssue> |
ResourceCollectionPluralisationChecker.checkResourceStyle(String name,
RamlResource resource,
IssueLocation location,
RamlRoot raml) |
| Modifier and Type | Method and Description |
|---|---|
IssueLocation |
Issue.getLocation() |
static IssueLocation |
IssueLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IssueLocation[] |
IssueLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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>> |
RamlResourceVisitorCheck.check(String name,
RamlResource reference,
RamlResource target,
IssueLocation location,
IssueSeverity maxSeverity)
Checks a particular resource
|
| Constructor and Description |
|---|
Issue(IssueSeverity severity,
IssueLocation location,
IssueType type,
String description,
RamlResource resource,
RamlAction action) |
Issue(IssueSeverity severity,
IssueLocation location,
IssueType type,
String description,
RamlResource resource,
RamlAction action,
String parameter) |
Issue(IssueSeverity severity,
IssueLocation location,
IssueType type,
String description,
String ramlLocation) |
| 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>> |
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>> |
ActionExistenceChecker.check(String name,
RamlResource reference,
RamlResource target,
IssueLocation location,
IssueSeverity maxSeverity) |
Copyright © 2017. All rights reserved.