public class ClassPathResourceLoader extends Object implements ResourceLoader
| Constructor and Description |
|---|
ClassPathResourceLoader() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getResource(String path)
Gets the root RAML File
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResourceAsStreampublic URI getResource(String path)
ResourceLoadergetResource in interface ResourceLoaderpath - 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 resourceCopyright © 2025. All rights reserved.