| Package | Description |
|---|---|
| org.mule.tooling.client.api.artifact.ast | |
| org.mule.tooling.client.api.component | |
| org.mule.tooling.client.api.extension.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentIdentifier |
ComponentAst.getIdentifier() |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
ComponentIdentifier |
ComponentIdentifier.Builder.build() |
static ComponentIdentifier |
ComponentIdentifier.buildFromStringRepresentation(String componentIdentifier)
Creates a
ComponentIdentifier from an string representation where the expected format is namespace:name. |
ComponentIdentifier |
TypedComponentIdentifier.getIdentifier() |
| Constructor and Description |
|---|
TypedComponentIdentifier(ComponentIdentifier identifier,
ComponentType type) |
| Modifier and Type | Method and Description |
|---|---|
static ErrorModelBuilder |
ErrorModelBuilder.newError(ComponentIdentifier identifier)
Creates a builder to be able to create
ErrorModel instances from an error ComponentIdentifier |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.