public class SpringConfigurationComponentLocator extends Object implements ConfigurationComponentLocator
ConfigurationComponentLocator.
since 4.0| Constructor and Description |
|---|
SpringConfigurationComponentLocator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addComponent(org.mule.runtime.api.meta.AnnotatedObject component)
Adds a new component to the locator.
|
List<org.mule.runtime.api.meta.AnnotatedObject> |
find(org.mule.runtime.api.component.ComponentIdentifier componentIdentifier) |
Optional<org.mule.runtime.api.meta.AnnotatedObject> |
find(org.mule.runtime.api.component.location.Location location) |
public void addComponent(org.mule.runtime.api.meta.AnnotatedObject component)
component - the component to be addedpublic Optional<org.mule.runtime.api.meta.AnnotatedObject> find(org.mule.runtime.api.component.location.Location location)
find in interface ConfigurationComponentLocatorpublic List<org.mule.runtime.api.meta.AnnotatedObject> find(org.mule.runtime.api.component.ComponentIdentifier componentIdentifier)
find in interface ConfigurationComponentLocatorCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.