public interface LocalResourceLocator
Modifier and Type | Method and Description |
---|---|
URL |
findLocalResource(String resourceName)
This method finds a resource in the local environment for this artifact, if the resource is not found and the
artifact has a parent artifact then the operation is resolved by that parent, if there is no parent, the resources
is searched in the global environment.
|
URL findLocalResource(String resourceName)
resourceName
- name of the resource to find.Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.