| Package | Description |
|---|---|
| com.phoenixnap.oss.ramlapisync.style | |
| com.phoenixnap.oss.ramlapisync.style.checkers |
| Modifier and Type | Method and Description |
|---|---|
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.checkParameterStyle(String name,
RamlAbstractParam param) |
Set<StyleIssue> |
RamlStyleChecker.checkParameterStyle(String name,
RamlAbstractParam param)
Check the style of a particular parameter
|
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.
|
| 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) |
Copyright © 2017. All rights reserved.