public interface ResourceLoader
| Modifier and Type | Method and Description |
|---|---|
URI |
getResource(String relativePath)
Gets the root API File
|
default InputStream |
getResourceAsStream(String relativePath) |
URI getResource(String relativePath)
relativePath - Location of the root API 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 API resourcedefault InputStream getResourceAsStream(String relativePath)
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.