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