| Package | Description |
|---|---|
| org.mule.tooling.client.api.component.location |
| Modifier and Type | Method and Description |
|---|---|
Optional<SourceCodeLocation> |
ComponentLocation.getSourceCodeLocation() |
Optional<SourceCodeLocation> |
LocationPart.getSourceCodeLocation() |
| Modifier and Type | Method and Description |
|---|---|
ComponentLocation |
ArtifactComponentLocations.getBySourceCodeLocation(SourceCodeLocation sourceCodeLocation) |
| Constructor and Description |
|---|
ComponentLocation(String location,
TypedComponentIdentifier typedComponentIdentifier,
List<LocationPart> locationParts,
Optional<SourceCodeLocation> sourceCodeLocation) |
LocationPart(String path,
TypedComponentIdentifier identifier,
Optional<SourceCodeLocation> sourceCodeLocation) |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.