public class BaseConfigurationComponentLocator extends Object implements org.mule.runtime.api.component.location.ConfigurationComponentLocator
ConfigurationComponentLocator implementation for using when the ArtifactAst of an application has not been
processed yet.| Constructor and Description |
|---|
BaseConfigurationComponentLocator() |
| Modifier and Type | Method and Description |
|---|---|
List<org.mule.runtime.api.component.Component> |
find(org.mule.runtime.api.component.ComponentIdentifier componentIdentifier) |
Optional<org.mule.runtime.api.component.Component> |
find(org.mule.runtime.api.component.location.Location location) |
List<org.mule.runtime.api.component.location.ComponentLocation> |
findAllLocations() |
void |
setDelegate(org.mule.runtime.api.component.location.ConfigurationComponentLocator delegate) |
public Optional<org.mule.runtime.api.component.Component> find(org.mule.runtime.api.component.location.Location location)
find in interface org.mule.runtime.api.component.location.ConfigurationComponentLocatorpublic List<org.mule.runtime.api.component.Component> find(org.mule.runtime.api.component.ComponentIdentifier componentIdentifier)
find in interface org.mule.runtime.api.component.location.ConfigurationComponentLocatorpublic List<org.mule.runtime.api.component.location.ComponentLocation> findAllLocations()
findAllLocations in interface org.mule.runtime.api.component.location.ConfigurationComponentLocatorpublic void setDelegate(org.mule.runtime.api.component.location.ConfigurationComponentLocator delegate)
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.