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,
String resourceFolder,
String rootFileName) |
static List<String> |
detectIncludes(String ramlPath,
org.raml.parser.loader.ResourceLoader resourceLoader) |
static List<String> |
validate(String resourceFolder,
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 List<String> detectIncludes(String ramlPath, org.raml.parser.loader.ResourceLoader resourceLoader) throws IOException
IOExceptionCopyright © 2022. All rights reserved.