public class ComponentModelLocatorHelper extends Object
ComponentAst inside an ArtifactAst| Constructor and Description |
|---|
ComponentModelLocatorHelper() |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.mule.runtime.ast.api.ComponentAst> |
findComponentModel(org.mule.runtime.ast.api.ArtifactAst applicationModel,
org.mule.tooling.client.api.component.location.Location location)
Returns the
ComponentAst located at the specified Location |
public Optional<org.mule.runtime.ast.api.ComponentAst> findComponentModel(org.mule.runtime.ast.api.ArtifactAst applicationModel, org.mule.tooling.client.api.component.location.Location location)
ComponentAst located at the specified LocationapplicationModel - The ArtifactAst in which we want to locate a component.location - The LocationCopyright © 2024 MuleSoft, Inc.. All rights reserved.