| Package | Description |
|---|---|
| org.mule.tooling.client.api.component.location |
| Modifier and Type | Method and Description |
|---|---|
TypedComponentIdentifier |
ComponentLocation.getComponentIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
Optional<TypedComponentIdentifier> |
LocationPart.getPartIdentifier()
A location part represent an specific location of a component within another component.
|
| Constructor and Description |
|---|
ComponentLocation(String location,
TypedComponentIdentifier typedComponentIdentifier,
List<LocationPart> locationParts,
Optional<SourceCodeLocation> sourceCodeLocation) |
LocationPart(String path,
TypedComponentIdentifier identifier,
Optional<SourceCodeLocation> sourceCodeLocation) |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.