public class RamlReport extends Object
| Constructor and Description |
|---|
RamlReport(org.raml.model.Raml raml) |
| Modifier and Type | Method and Description |
|---|---|
static RamlReport |
fromException(org.raml.model.Raml raml,
Exception cause) |
org.raml.model.Raml |
getRaml() |
RamlViolations |
getRequestViolations() |
RamlViolations |
getResponseViolations() |
RamlViolations |
getValidationViolations() |
boolean |
isEmpty() |
String |
toString() |
public static RamlReport fromException(org.raml.model.Raml raml, Exception cause)
public boolean isEmpty()
public org.raml.model.Raml getRaml()
public RamlViolations getRequestViolations()
public RamlViolations getResponseViolations()
public RamlViolations getValidationViolations()
Copyright © 2014–2016. All rights reserved.