public interface ConfigurationComponentLocator
| Modifier and Type | Method and Description |
|---|---|
List<org.mule.runtime.api.meta.AnnotatedObject> |
find(org.mule.runtime.api.component.ComponentIdentifier componentIdentifier)
Finds all the components with the given identifier within the artifact.
|
Optional<org.mule.runtime.api.meta.AnnotatedObject> |
find(org.mule.runtime.api.component.location.Location location)
Finds a component in the configuration with the specified location.
|
Optional<org.mule.runtime.api.meta.AnnotatedObject> find(org.mule.runtime.api.component.location.Location location)
location - the location of the component.List<org.mule.runtime.api.meta.AnnotatedObject> find(org.mule.runtime.api.component.ComponentIdentifier componentIdentifier)
componentIdentifier - the component identifierCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.