public class RamlReport extends Object
| Constructor and Description |
|---|
RamlReport(RamlApi raml) |
| Modifier and Type | Method and Description |
|---|---|
static RamlReport |
fromModelResult(RamlApi raml,
org.raml.v2.api.RamlModelResult modelResult) |
RamlApi |
getRaml() |
RamlViolations |
getRequestViolations() |
RamlViolations |
getResponseViolations() |
RamlViolations |
getValidationViolations() |
boolean |
isEmpty() |
String |
toString() |
public RamlReport(RamlApi raml)
public static RamlReport fromModelResult(RamlApi raml, org.raml.v2.api.RamlModelResult modelResult)
public boolean isEmpty()
public RamlApi getRaml()
public RamlViolations getRequestViolations()
public RamlViolations getResponseViolations()
public RamlViolations getValidationViolations()
Copyright © 2014–2017. All rights reserved.