| Package | Description |
|---|---|
| org.mule.tooling.client.api.artifact.ast |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentAst> |
ComponentAst.getDirectChildren() |
List<ComponentAst> |
ArtifactAst.getTopLevelComponents() |
| Constructor and Description |
|---|
ArtifactAst(ArtifactAst parent,
Set<ExtensionModel> dependencies,
ErrorTypeRepository errors,
List<ComponentAst> topLevelComponents) |
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) |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.