public class ApiSyncResourceLoader extends Object implements ResourceLoader
| Constructor and Description |
|---|
ApiSyncResourceLoader(String resource) |
ApiSyncResourceLoader(String resource,
ResourceLoader resourceLoader) |
| 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 ApiSyncResourceLoader(String resource)
public ApiSyncResourceLoader(String resource, ResourceLoader resourceLoader)
public 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 © 2020. All rights reserved.