public interface ScaffolderResourceLoader
extends org.mule.apikit.loader.ResourceLoader
| Modifier and Type | Method and Description |
|---|---|
URI |
getResource(String resource)
Returns the resources
URL, useful when the actual resource will be loaded by another component. |
InputStream |
getResourceAsStream(String resource)
Returns an
InputStream with the resource's data ready to be consumed. |
InputStream getResourceAsStream(String resource)
InputStream with the resource's data ready to be consumed.getResourceAsStream in interface org.mule.apikit.loader.ResourceLoaderresource - the resource to be found.URI getResource(String resource)
URL, useful when the actual resource will be loaded by another component.getResource in interface org.mule.apikit.loader.ResourceLoaderresource - the resource to be found.Copyright © 2022. All rights reserved.