| Package | Description |
|---|---|
| org.mule.tooling.client.api.artifact.ast | |
| org.mule.tooling.client.api.component.location |
| Modifier and Type | Method and Description |
|---|---|
SourceCodeLocation |
ComponentAst.getMetadata() |
| Modifier and Type | Method and Description |
|---|---|
Optional<SourceCodeLocation> |
ComponentParameterAst.getMetadata() |
| Constructor and Description |
|---|
ComponentAst(String componentId,
ComponentType componentType,
ExtensionModel extension,
ComponentGenerationInformation generationInformation,
ComponentIdentifier identifier,
ComponentLocation location,
SourceCodeLocation metadata,
Object model,
org.mule.metadata.api.model.MetadataType type,
List<ComponentParameterAst> parameters,
List<ComponentAst> directChildren) |
ComponentParameterAst(ParameterModel paramModel,
Optional<String> expressionValue,
Optional<Object> fixedValue,
String rawValue,
String resolvedRawValue,
SourceCodeLocation metadata,
ComponentGenerationInformation generationInformation,
boolean defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
Optional<SourceCodeLocation> |
LocationPart.getSourceCodeLocation() |
Optional<SourceCodeLocation> |
ComponentLocation.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 © 2023 MuleSoft, Inc.. All rights reserved.