public class ParserService extends Object
| Constructor and Description |
|---|
ParserService(String ramlPath,
String appHome) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.raml.interfaces.model.IRaml |
build() |
String |
dumpRaml(org.mule.raml.interfaces.model.IRaml api) |
String |
dumpRaml(org.mule.raml.interfaces.model.IRaml api,
String newBaseUri) |
String |
dumpRaml(String ramlContent,
org.mule.raml.interfaces.model.IRaml api,
String oldSchemeHostPort,
String newSchemeHostPort) |
RamlUpdater |
getRamlUpdater(org.mule.raml.interfaces.model.IRaml api,
AbstractConfiguration configuration) |
boolean |
isParserV2() |
void |
updateBaseUri(org.mule.raml.interfaces.model.IRaml api,
String baseUri) |
void |
validateRaml() |
public boolean isParserV2()
public void validateRaml()
public org.mule.raml.interfaces.model.IRaml build()
public RamlUpdater getRamlUpdater(org.mule.raml.interfaces.model.IRaml api, AbstractConfiguration configuration)
public String dumpRaml(String ramlContent, org.mule.raml.interfaces.model.IRaml api, String oldSchemeHostPort, String newSchemeHostPort)
public String dumpRaml(org.mule.raml.interfaces.model.IRaml api)
public void updateBaseUri(org.mule.raml.interfaces.model.IRaml api,
String baseUri)
Copyright © 2021. All rights reserved.