Package org.mule.apikit.loader
Class ClassPathResourceLoader
java.lang.Object
org.mule.apikit.loader.ClassPathResourceLoader
- All Implemented Interfaces:
ResourceLoader
-
Constructor Details
-
ClassPathResourceLoader
public ClassPathResourceLoader()
-
-
Method Details
-
getResource
Description copied from interface:ResourceLoaderGets the root RAML File- Specified by:
getResourcein interfaceResourceLoader- Parameters:
path- 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)- Returns:
URIto the RAML resource
-