public class ParserV1Utils extends Object
| Constructor and Description |
|---|
ParserV1Utils() |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.raml.interfaces.model.IRaml |
build(String content,
org.raml.parser.loader.ResourceLoader resourceLoader,
String rootFileName) |
static org.mule.raml.interfaces.model.IRaml |
build(String content,
String resourceFolder,
org.raml.parser.loader.ResourceLoader resourceLoader,
String rootFileName) |
static org.mule.raml.interfaces.model.IRaml |
build(String content,
String resourceFolder,
String rootFileName) |
static List<String> |
detectIncludes(String ramlPath,
org.raml.parser.loader.ResourceLoader resourceLoader) |
static List<String> |
validate(org.raml.parser.loader.ResourceLoader resourceLoader,
String rootFileName,
String resourceContent) |
static List<String> |
validate(String resourceFolder,
String rootFileName,
String resourceContent) |
public static List<String> validate(org.raml.parser.loader.ResourceLoader resourceLoader, String rootFileName, String resourceContent)
public static List<String> validate(String resourceFolder, String rootFileName, String resourceContent)
public static org.mule.raml.interfaces.model.IRaml build(String content, String resourceFolder, String rootFileName)
public static org.mule.raml.interfaces.model.IRaml build(String content, org.raml.parser.loader.ResourceLoader resourceLoader, String rootFileName)
public static org.mule.raml.interfaces.model.IRaml build(String content, String resourceFolder, org.raml.parser.loader.ResourceLoader resourceLoader, String rootFileName)
public static List<String> detectIncludes(String ramlPath, org.raml.parser.loader.ResourceLoader resourceLoader) throws IOException
IOExceptionCopyright © 2019. All rights reserved.