public interface ResourceLoader
| Modifier and Type | Method and Description |
|---|---|
URI |
getResource(String relativePath)
Gets the root RAML File
|
default InputStream |
getResourceAsStream(String relativePath) |
URI getResource(String relativePath)
relativePath - Location of the root RAML file relative to the /mule/resources/api folder or a resource:: in case
when the API is defined as a dependency (API sync)URI to the RAML resourcedefault InputStream getResourceAsStream(String relativePath)
Copyright © 2021. All rights reserved.