| Package | Description |
|---|---|
| org.mule.tooling.client.api.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,
String fileName,
Integer lineInFile,
TypedComponentIdentifier typedComponentIdentifier,
List<LocationPart> locationParts) |
LocationPart(String path,
String fileName,
Integer lineInFile,
TypedComponentIdentifier identifier) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.