| Package | Description |
|---|---|
| org.mule.tooling.client.api.artifact.ast | |
| org.mule.tooling.client.api.component |
| Modifier and Type | Method and Description |
|---|---|
ComponentType |
ComponentAst.getComponentType() |
| 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 |
|---|---|
static ComponentType |
ComponentType.errorHandlingComponentType(String value) |
static ComponentType |
ComponentType.flowComponentType(String value) |
ComponentType |
TypedComponentIdentifier.getType() |
static ComponentType |
ComponentType.interceptingComponentType(String value) |
static ComponentType |
ComponentType.onErrorComponentType(String value) |
static ComponentType |
ComponentType.operationComponentType(String value) |
static ComponentType |
ComponentType.processorComponentType(String value) |
static ComponentType |
ComponentType.routerComponentType(String value) |
static ComponentType |
ComponentType.scopeComponentType(String value) |
static ComponentType |
ComponentType.sourceComponentType(String value) |
| Constructor and Description |
|---|
TypedComponentIdentifier(ComponentIdentifier identifier,
ComponentType type) |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.