Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

addChildComponent() - Method in interface org.mule.runtime.ast.api.builder.ComponentAstBuilder
Adds a child component to the component being built with this builder.
addChildComponent(B) - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
addChildComponent() - Method in class org.mule.runtime.ast.internal.builder.DefaultComponentAstBuilder
 
addChildComponent() - Method in class org.mule.runtime.ast.internal.builder.LightComponentAstBuilder
 
addErrorsFromArtifact(ArtifactAst, ErrorTypeRepository) - Static method in class org.mule.runtime.ast.internal.error.ErrorTypeRepositoryBuildingUtils
Populates the provided errorTypeRepository with the errors declared in the components that may declare new errors.
addErrorsFromExtensions(Set<ExtensionModel>, ErrorTypeRepository) - Static method in class org.mule.runtime.ast.internal.error.ErrorTypeRepositoryBuildingUtils
Populates the provided errorTypeRepository with the errors declared in the provided muleErrorTypeRepository.
addErrorType(ComponentIdentifier, ErrorType) - Method in class org.mule.runtime.ast.internal.error.CompositeErrorTypeRepository
 
addErrorType(ComponentIdentifier, ErrorType) - Method in class org.mule.runtime.ast.internal.error.DefaultErrorTypeRepository
 
addInternalErrorType(ComponentIdentifier, ErrorType) - Method in class org.mule.runtime.ast.internal.error.CompositeErrorTypeRepository
 
addInternalErrorType(ComponentIdentifier, ErrorType) - Method in class org.mule.runtime.ast.internal.error.DefaultErrorTypeRepository
 
addItem(ValidationResultItem) - Method in class org.mule.runtime.ast.internal.validation.DefaultValidationResult
 
addTopLevelComponent() - Method in interface org.mule.runtime.ast.api.builder.ArtifactAstBuilder
Adds a top-level component to the artifact being built with this builder.
addTopLevelComponent() - Method in class org.mule.runtime.ast.internal.builder.DefaultArtifactAstBuilder
 
addTopLevelComponent(ComponentAst) - Method in class org.mule.runtime.ast.internal.builder.DefaultArtifactAstBuilder
 
ANY_IDENTIFIER - Static variable in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
Wild card that matches with any error and is on top of the error hierarchy for those that allow handling
ANY_IDENTIFIER - Static variable in class org.mule.runtime.ast.internal.error.ErrorTypeBuilder
 
applicable() - Method in interface org.mule.runtime.ast.api.validation.Validation
Determines if this validation has to be applied to a given component.
ApplicationModelTypeUtils - Class in org.mule.runtime.ast.internal.builder
Provides utilities to obtain the models/types for the elements of a mule config.
apply(String) - Method in class org.mule.runtime.ast.internal.builder.PropertiesResolver
 
ArtifactAst - Interface in org.mule.runtime.ast.api
Represents a Mule artifact and provides access to its contents.
ArtifactAstBuilder - Interface in org.mule.runtime.ast.api.builder
Provides a way of creating ArtifactAst instances, adding and configuring its components.
AstTraversalDirection - Enum in org.mule.runtime.ast.api.util
Strategy use to navigates the whole AST

B

BaseArtifactAst - Class in org.mule.runtime.ast.api.util
Base implementation of ArtifactAst.
BaseArtifactAst() - Constructor for class org.mule.runtime.ast.api.util.BaseArtifactAst
 
BaseComponentAst - Class in org.mule.runtime.ast.api.util
Base implementation of ComponentAst.
BaseComponentAst() - Constructor for class org.mule.runtime.ast.api.util.BaseComponentAst
 
BaseComponentAstBuilder<B extends BaseComponentAstBuilder> - Class in org.mule.runtime.ast.internal.builder
 
BaseComponentAstBuilder(PropertiesResolver) - Constructor for class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
BaseComponentAstDecorator - Class in org.mule.runtime.ast.api.util
This class provides a skeletal implementation of the ComponentAst interface, to minimize the effort required to implement this interface when decorating instances of ComponentAst.
BaseComponentAstDecorator(ComponentAst) - Constructor for class org.mule.runtime.ast.api.util.BaseComponentAstDecorator
Creates a new decorator for the provided instance.
BaseComponentParameterAstDecorator - Class in org.mule.runtime.ast.api.util
This class provides a skeletal implementation of the ComponentParameterAst interface, to minimize the effort required to implement this interface when decorating instances of ComponentParameterAst.
BaseComponentParameterAstDecorator(ComponentParameterAst) - Constructor for class org.mule.runtime.ast.api.util.BaseComponentParameterAstDecorator
Creates a new decorator for the provided instance.
BaseParameterGroupModelDecorator - Class in org.mule.runtime.ast.internal.model
 
BaseParameterGroupModelDecorator(ParameterGroupModel) - Constructor for class org.mule.runtime.ast.internal.model.BaseParameterGroupModelDecorator
 
BaseParameterModelDecorator - Class in org.mule.runtime.ast.internal.model
 
BaseParameterModelDecorator(ParameterModel) - Constructor for class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
BODY_RAW_PARAM_NAME - Static variable in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
build() - Method in interface org.mule.runtime.ast.api.builder.ArtifactAstBuilder
Builds the target artifact and its inner components.
build() - Method in interface org.mule.runtime.ast.api.builder.ComponentAstBuilder
Builds the target component and its children.
build() - Method in interface org.mule.runtime.ast.api.builder.ComponentMetadataAstBuilder
Builds the target component metadata.
build() - Method in interface org.mule.runtime.ast.api.builder.NamespaceDefinitionBuilder
 
build() - Method in class org.mule.runtime.ast.internal.builder.DefaultArtifactAstBuilder
 
build() - Method in class org.mule.runtime.ast.internal.builder.DefaultComponentAstBuilder
 
build() - Method in class org.mule.runtime.ast.internal.builder.DefaultImportedResourceBuilder
 
build() - Method in class org.mule.runtime.ast.internal.builder.DefaultNamespaceDefinitionBuilder
 
build() - Method in interface org.mule.runtime.ast.internal.builder.ImportedResourceBuilder
Builds the target imported resource.
build() - Method in class org.mule.runtime.ast.internal.builder.LightComponentAstBuilder
 
build() - Method in class org.mule.runtime.ast.internal.DefaultComponentGenerationInformation.Builder
 
build() - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst.Builder
 
build() - Method in class org.mule.runtime.ast.internal.error.ErrorTypeBuilder
Creates a new instance of the configured error type.
builder(Set<ExtensionModel>, Optional<ArtifactAst>) - Static method in interface org.mule.runtime.ast.api.builder.ArtifactAstBuilder
 
builder(Set<ExtensionModel>, Optional<ArtifactAst>, UnaryOperator<String>) - Static method in interface org.mule.runtime.ast.api.builder.ArtifactAstBuilder
Instantiates a new raw builder, whose components will be declared in the provided extensionModels.
builder() - Static method in interface org.mule.runtime.ast.api.builder.ComponentAstBuilder
Provides a builder for ComponentAst that does not belong to an ArtifactAst.
builder() - Static method in interface org.mule.runtime.ast.api.builder.NamespaceDefinitionBuilder
 
builder() - Static method in interface org.mule.runtime.ast.internal.builder.ImportedResourceBuilder
Instantiates a new raw builder.
builder() - Static method in class org.mule.runtime.ast.internal.DefaultComponentGenerationInformation
 
Builder() - Constructor for class org.mule.runtime.ast.internal.DefaultComponentGenerationInformation.Builder
 
builder() - Static method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst
 
builder(PropertiesResolver) - Static method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst
 
Builder(PropertiesResolver) - Constructor for class org.mule.runtime.ast.internal.DefaultComponentMetadataAst.Builder
 
builder() - Static method in class org.mule.runtime.ast.internal.error.ErrorTypeBuilder
 

C

characteristics() - Method in class org.mule.runtime.ast.internal.stream.ComponentAstSpliteratorStrategy
 
childComponentsStream() - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
ComponentAst - Interface in org.mule.runtime.ast.api
Represents the user configuration of a component (flow, config, message processor, etc) defined in an artifact.
ComponentAstBuilder - Interface in org.mule.runtime.ast.api.builder
Provides a way of creating ComponentAst instances, configuring it and any children it may have.
ComponentAstPredicatesFactory - Class in org.mule.runtime.ast.api.util
Set of predicates to filter ComponentAsts.
ComponentAstSpliteratorStrategy - Class in org.mule.runtime.ast.internal.stream
A ComponentAstSpliteratorStrategy that navigates the whole AST using a AstTraversalDirection direction.
ComponentAstSpliteratorStrategy(ComponentAst, AstTraversalDirection) - Constructor for class org.mule.runtime.ast.internal.stream.ComponentAstSpliteratorStrategy
 
ComponentGenerationInformation - Interface in org.mule.runtime.ast.api
Object containing information about the creation of the owning object.
componentId - Variable in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
ComponentLocationVisitor - Class in org.mule.runtime.ast.internal.builder
Visitor that setups the DefaultComponentLocation for all mule components in the artifact configuration.
ComponentMetadataAst - Interface in org.mule.runtime.ast.api
 
ComponentMetadataAstBuilder - Interface in org.mule.runtime.ast.api.builder
Provides a way of creating ComponentMetadataAst instances.
ComponentParameterAst - Interface in org.mule.runtime.ast.api
Represents the user configuration of a parameter of a component.
CompositeErrorTypeRepository - Class in org.mule.runtime.ast.internal.error
This is the actual instance returned by ArtifactAst.getErrorTypeRepository() default implementation.
CompositeErrorTypeRepository(List<ErrorTypeRepository>) - Constructor for class org.mule.runtime.ast.internal.error.CompositeErrorTypeRepository
 
CONNECTIVITY - Static variable in class org.mule.runtime.ast.internal.error.ErrorTypeRepositoryBuildingUtils
 
CONNECTIVITY_ERROR_IDENTIFIER - Static variable in class org.mule.runtime.ast.internal.error.ErrorTypeRepositoryBuildingUtils
 
copyComponentTreeRecursively(ComponentAst, UnaryOperator<ComponentAst>) - Static method in class org.mule.runtime.ast.api.util.MuleArtifactAstCopyUtils
Copies and transforms a given ComponentAst, mapping it and its children ComponentAst instances recursively with the provided compoenentMapper function.
copyRecursively(ArtifactAst, UnaryOperator<ComponentAst>) - Static method in class org.mule.runtime.ast.api.util.MuleArtifactAstCopyUtils
Copies and transforms a given ArtifactAst, mapping its internal ComponentAst instances with the provided compoenentMapper function.
copyRecursively(ArtifactAst, UnaryOperator<ComponentAst>, Supplier<List<ComponentAst>>, Predicate<ComponentAst>) - Static method in class org.mule.runtime.ast.api.util.MuleArtifactAstCopyUtils
Copies and transforms a given ArtifactAst, mapping its internal ComponentAst instances with the provided compoenentMapper function.
CORE_ERROR_NS - Static variable in class org.mule.runtime.ast.internal.error.ErrorTypeRepositoryBuildingUtils
 
CORE_ERROR_TYPE_REPO - Static variable in interface org.mule.runtime.ast.api.error.ErrorTypeRepositoryProvider
 
CORE_NAMESPACE_NAME - Static variable in class org.mule.runtime.ast.internal.error.ErrorTypeBuilder
 
create(ComponentAst, Validation, String) - Static method in interface org.mule.runtime.ast.api.validation.ValidationResultItem
 
create(ComponentAst, ComponentParameterAst, Validation, String) - Static method in interface org.mule.runtime.ast.api.validation.ValidationResultItem
 
create(ComponentAst, List<ComponentParameterAst>, Validation, String) - Static method in interface org.mule.runtime.ast.api.validation.ValidationResultItem
 
create(List<ComponentAst>, Validation, String) - Static method in interface org.mule.runtime.ast.api.validation.ValidationResultItem
 
create(List<ComponentAst>, List<ComponentParameterAst>, Validation, String) - Static method in interface org.mule.runtime.ast.api.validation.ValidationResultItem
 
createKeyValueWrapperTypeModelAdapter(String, MetadataType, String, MetadataType, ExtensionModelHelper) - Static method in class org.mule.runtime.ast.internal.builder.adapter.MetadataTypeModelAdapter
Adapts the provided types representing the key/values of a map for treatment as a ParameterizedModel.
createMetadataBuilder() - Method in interface org.mule.runtime.ast.api.builder.ArtifactAstBuilder
 
createMetadataBuilder() - Method in class org.mule.runtime.ast.internal.builder.DefaultArtifactAstBuilder
 
createMetadataTypeModelAdapterWithSterotype(MetadataType, ExtensionModelHelper) - Static method in class org.mule.runtime.ast.internal.builder.adapter.MetadataTypeModelAdapter
Adapts the provided type for treatment as both a ParameterizedModel and HasStereotypeModel.
createParameterAsts() - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
createParameterizedTypeModelAdapter(MetadataType, ExtensionModelHelper) - Static method in class org.mule.runtime.ast.internal.builder.adapter.MetadataTypeModelAdapter
Adapts the provided type for treatment as a ParameterizedModel.
createSimpleWrapperTypeModelAdapter(SimpleType, ExtensionModelHelper) - Static method in class org.mule.runtime.ast.internal.builder.adapter.MetadataTypeModelAdapter
Adapts the provided singleType for treatment as a ParameterizedModel.
CRITICAL_IDENTIFIER - Static variable in class org.mule.runtime.ast.internal.error.ErrorTypeBuilder
 
currentElemement(Predicate<ComponentAst>) - Static method in class org.mule.runtime.ast.api.util.ComponentAstPredicatesFactory
Filter a component hierarchy by evaluating the provided component against the last hierarchy element.

D

DefaultArtifactAst - Class in org.mule.runtime.ast.internal
 
DefaultArtifactAst(List<ComponentAst>, Supplier<Set<ExtensionModel>>, ArtifactAst, PropertiesResolver, NamespaceDefinition, List<ImportedResource>) - Constructor for class org.mule.runtime.ast.internal.DefaultArtifactAst
 
DefaultArtifactAstBuilder - Class in org.mule.runtime.ast.internal.builder
 
DefaultArtifactAstBuilder(Set<ExtensionModel>, Optional<ArtifactAst>, UnaryOperator<String>) - Constructor for class org.mule.runtime.ast.internal.builder.DefaultArtifactAstBuilder
 
DefaultComponentAst - Class in org.mule.runtime.ast.internal
 
DefaultComponentAst(List<ComponentAst>, Map<Pair<ParameterModel, ParameterGroupModel>, ComponentParameterAst>, Map<String, String>, PropertiesResolver, Map<String, Object>, Supplier<Optional<String>>, ExtensionModel, ComponentModel, NestableElementModel, ConfigurationModel, ConnectionProviderModel, ParameterizedModel, MetadataType, ComponentGenerationInformation, ComponentMetadataAst, ComponentLocation, ComponentIdentifier, TypedComponentIdentifier.ComponentType) - Constructor for class org.mule.runtime.ast.internal.DefaultComponentAst
 
DefaultComponentAstBuilder - Class in org.mule.runtime.ast.internal.builder
 
DefaultComponentAstBuilder(PropertiesResolver, ExtensionModelHelper, List<DefaultComponentAstBuilder>, int) - Constructor for class org.mule.runtime.ast.internal.builder.DefaultComponentAstBuilder
 
DefaultComponentGenerationInformation - Class in org.mule.runtime.ast.internal
 
DefaultComponentGenerationInformation(DslElementSyntax) - Constructor for class org.mule.runtime.ast.internal.DefaultComponentGenerationInformation
 
DefaultComponentGenerationInformation.Builder - Class in org.mule.runtime.ast.internal
 
DefaultComponentMetadataAst - Class in org.mule.runtime.ast.internal
 
DefaultComponentMetadataAst.Builder - Class in org.mule.runtime.ast.internal
 
DefaultComponentParameterAst - Class in org.mule.runtime.ast.internal
 
DefaultComponentParameterAst(String, ParameterModel, ParameterGroupModel, ComponentGenerationInformation, PropertiesResolver) - Constructor for class org.mule.runtime.ast.internal.DefaultComponentParameterAst
 
DefaultComponentParameterAst(String, ParameterModel, ParameterGroupModel, ComponentMetadataAst, ComponentGenerationInformation, PropertiesResolver) - Constructor for class org.mule.runtime.ast.internal.DefaultComponentParameterAst
 
DefaultComponentParameterAst(ComponentAstBuilder, ParameterModel, ParameterGroupModel, ComponentMetadataAst, ComponentGenerationInformation, PropertiesResolver) - Constructor for class org.mule.runtime.ast.internal.DefaultComponentParameterAst
 
DefaultComponentParameterAst(List<ComponentAstBuilder>, ParameterModel, ParameterGroupModel, ComponentMetadataAst, ComponentGenerationInformation, PropertiesResolver) - Constructor for class org.mule.runtime.ast.internal.DefaultComponentParameterAst
 
DefaultComponentParameterAst(List<ErrorMapping>, ParameterModel, ParameterGroupModel, ComponentGenerationInformation, PropertiesResolver) - Constructor for class org.mule.runtime.ast.internal.DefaultComponentParameterAst
 
DefaultErrorTypeRepository - Class in org.mule.runtime.ast.internal.error
Repository for the different Error Types in a mule artifact.
DefaultErrorTypeRepository() - Constructor for class org.mule.runtime.ast.internal.error.DefaultErrorTypeRepository
 
DefaultImportedResource - Class in org.mule.runtime.ast.internal
Default implementation for ImportedResource.
DefaultImportedResource(String, ComponentMetadataAst) - Constructor for class org.mule.runtime.ast.internal.DefaultImportedResource
 
DefaultImportedResourceBuilder - Class in org.mule.runtime.ast.internal.builder
 
DefaultImportedResourceBuilder() - Constructor for class org.mule.runtime.ast.internal.builder.DefaultImportedResourceBuilder
 
DefaultNamespaceDefinitionBuilder - Class in org.mule.runtime.ast.internal.builder
 
DefaultNamespaceDefinitionBuilder() - Constructor for class org.mule.runtime.ast.internal.builder.DefaultNamespaceDefinitionBuilder
 
DefaultValidationResult - Class in org.mule.runtime.ast.internal.validation
Implementation of ValidationResult that supports adding result items.
DefaultValidationResult() - Constructor for class org.mule.runtime.ast.internal.validation.DefaultValidationResult
 
DefaultValidationResultItem - Class in org.mule.runtime.ast.internal.validation
Implementation of ValidationResultItem that keeps internal state for the result item.
DefaultValidationResultItem(List<ComponentAst>, List<ComponentParameterAst>, Validation, String) - Constructor for class org.mule.runtime.ast.internal.validation.DefaultValidationResultItem
 
dependencies() - Method in interface org.mule.runtime.ast.api.ArtifactAst
The way the dependencies are calculated depends on the DependencyResolutionMode set.
dependencies() - Method in class org.mule.runtime.ast.internal.DefaultArtifactAst
 
dependencies() - Method in class org.mule.runtime.ast.internal.FilteredArtifactAst
 
DependencyResolutionMode - Enum in org.mule.runtime.ast.api
Provides different ways that the dependencies of an ArtifactAst may be calculated when calling ArtifactAst.dependencies().
directChildren() - Method in interface org.mule.runtime.ast.api.ComponentAst
This method will NOT traverse any complex parameters this component has.
directChildren() - Method in class org.mule.runtime.ast.api.util.BaseComponentAstDecorator
 
directChildren() - Method in class org.mule.runtime.ast.internal.DefaultComponentAst
 
directChildrenSpliterator() - Method in interface org.mule.runtime.ast.api.ComponentAst
This method will NOT traverse any complex parameters this component has.
directChildrenSpliterator() - Method in class org.mule.runtime.ast.api.util.BaseComponentAst
 
directChildrenSpliterator() - Method in class org.mule.runtime.ast.api.util.BaseComponentAstDecorator
 
directChildrenStream() - Method in interface org.mule.runtime.ast.api.ComponentAst
 
directChildrenStream() - Method in class org.mule.runtime.ast.api.util.BaseComponentAst
 
directChildrenStream() - Method in class org.mule.runtime.ast.api.util.BaseComponentAstDecorator
 
disableTrimWhitespaces() - Method in class org.mule.runtime.ast.internal.builder.DefaultComponentAstBuilder
 
doGetParameter(Collection<ComponentParameterAst>, String, String) - Method in class org.mule.runtime.ast.api.util.BaseComponentAst
 
doOnParamComponents(ComponentParameterAst, Consumer<ComponentAst>) - Static method in class org.mule.runtime.ast.api.util.MuleAstUtils
Performs a given action on the ComponentAsts that form the value of the provided parameter.
doRemoveParamChild(ComponentIdentifier) - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 

E

EMPTY_GENERATION_INFO - Static variable in interface org.mule.runtime.ast.api.ComponentGenerationInformation
 
EMPTY_METADATA - Static variable in interface org.mule.runtime.ast.api.ComponentMetadataAst
 
emptyArtifact() - Static method in class org.mule.runtime.ast.api.util.MuleAstUtils
Provides a singleton empty ArtifactAst instance.
equals(Object) - Method in class org.mule.runtime.ast.internal.model.BaseParameterGroupModelDecorator
Defines object equality based on the given object being an object of this class and in the equality of the BaseParameterGroupModelDecorator.getName() attributes
equals(Object) - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
Defines object equality based on the given object being an object of this class and in the equality of the BaseParameterModelDecorator.getName() attributes
equalsComponentId(String) - Static method in class org.mule.runtime.ast.api.util.ComponentAstPredicatesFactory
Filter ComponentAst with equals componentId (Ref: ComponentAst.getComponentId())
equalsIdentifier(ComponentIdentifier) - Static method in class org.mule.runtime.ast.api.util.ComponentAstPredicatesFactory
Filter ComponentAst with equals ComponentIdentifier
equalsLocation(ComponentLocation) - Static method in class org.mule.runtime.ast.api.util.ComponentAstPredicatesFactory
Filter ComponentAst with equals ComponentLocation
equalsNamespace(String) - Static method in class org.mule.runtime.ast.api.util.ComponentAstPredicatesFactory
Filter ComponentAst with equals identifier namespace
ERROR_TYPE_PARAM - Static variable in class org.mule.runtime.ast.internal.error.ErrorTypeRepositoryBuildingUtils
 
ErrorTypeBuilder - Class in org.mule.runtime.ast.internal.error
Builder for ErrorType.
ErrorTypeRepositoryBuildingUtils - Class in org.mule.runtime.ast.internal.error
Provides the functionality to navigate ExtensionModels and ArtifactAsts in order to properly populate an ErrorTypeRepository for a given artifact.
ErrorTypeRepositoryBuildingUtils() - Constructor for class org.mule.runtime.ast.internal.error.ErrorTypeRepositoryBuildingUtils
 
ErrorTypeRepositoryProvider - Interface in org.mule.runtime.ast.api.error
Allows the AST module to discover the errors declared by the runtime.
estimateSize() - Method in class org.mule.runtime.ast.internal.stream.ComponentAstSpliteratorStrategy
 
ExtensionModelHelper - Class in org.mule.runtime.ast.internal.model
Helper class to work with a set of ExtensionModels

Contains a cache for searches within the extension models so we avoid processing each extension model twice.

ExtensionModelHelper(Set<ExtensionModel>) - Constructor for class org.mule.runtime.ast.internal.model.ExtensionModelHelper
 
ExtensionModelHelper(Set<ExtensionModel>, DslResolvingContext) - Constructor for class org.mule.runtime.ast.internal.model.ExtensionModelHelper
 
ExtensionModelHelper.ExtensionWalkerModelDelegate - Interface in org.mule.runtime.ast.internal.model
This interface is used along with an ExtensionWalker.
extractExpression(Object) - Method in class org.mule.runtime.ast.internal.DefaultComponentParameterAst
Parse the given value and remove expression markers if it is considered as an expression.

F

FilteredArtifactAst - Class in org.mule.runtime.ast.internal
 
FilteredArtifactAst(ArtifactAst, Predicate<ComponentAst>) - Constructor for class org.mule.runtime.ast.internal.FilteredArtifactAst
 
filteredComponents(Predicate<ComponentAst>) - Method in interface org.mule.runtime.ast.api.ArtifactAst
Given a Predicate, navigates the whole AST looking for all ComponentAsts satisfied by the provided Predicate Check ComponentAstPredicatesFactory, there are several Predicate already defined.
filteredComponents(Predicate<ComponentAst>) - Method in class org.mule.runtime.ast.api.util.BaseArtifactAst
 
findComponentModel(ComponentIdentifier) - Method in class org.mule.runtime.ast.internal.model.ExtensionModelHelper
Finds a ComponentModel within the provided set of ExtensionModels by a ComponentIdentifier.
findComponentType(ComponentIdentifier) - Method in class org.mule.runtime.ast.internal.model.ExtensionModelHelper
Find a TypedComponentIdentifier.ComponentType for a given ComponentModel
findComponentType(ComponentModel) - Method in class org.mule.runtime.ast.internal.model.ExtensionModelHelper
 
findConfigurationModel(ComponentIdentifier) - Method in class org.mule.runtime.ast.internal.model.ExtensionModelHelper
Finds a org.mule.runtime.api.meta.model.ConfigurationModel within the provided set of ExtensionModels by a ComponentIdentifier.
findConnectionProviderModel(ComponentIdentifier) - Method in class org.mule.runtime.ast.internal.model.ExtensionModelHelper
Finds a org.mule.runtime.api.meta.model.ConnectionProviderModel within the provided set of ExtensionModels by a ComponentIdentifier.
findMetadataType(Class<?>) - Method in class org.mule.runtime.ast.internal.model.ExtensionModelHelper
 
findParameterModel(ComponentIdentifier, ParameterizedModel) - Method in class org.mule.runtime.ast.internal.model.ExtensionModelHelper
 

G

get() - Method in class org.mule.runtime.ast.internal.builder.DefaultComponentAstBuilder
 
get() - Method in class org.mule.runtime.ast.internal.builder.LightComponentAstBuilder
 
getAllowedStereotypes() - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
getAllowedStereotypes() - Method in class org.mule.runtime.ast.internal.model.RawParameterModel
 
getAnnotations() - Method in interface org.mule.runtime.ast.api.ComponentAst
An annotation is defined by the DSL processor that creates the instances of ComponentAst.
getAnnotations() - Method in class org.mule.runtime.ast.api.util.BaseComponentAstDecorator
 
getAnnotations() - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
getAnnotations() - Method in class org.mule.runtime.ast.internal.DefaultComponentAst
 
getAnyErrorType() - Method in class org.mule.runtime.ast.internal.error.CompositeErrorTypeRepository
 
getAnyErrorType() - Method in class org.mule.runtime.ast.internal.error.DefaultErrorTypeRepository
getComponentId() - Method in interface org.mule.runtime.ast.api.ComponentAst
 
getComponentId() - Method in class org.mule.runtime.ast.api.util.BaseComponentAstDecorator
 
getComponentId() - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
getComponentId() - Method in class org.mule.runtime.ast.internal.DefaultComponentAst
 
getComponents() - Method in interface org.mule.runtime.ast.api.validation.ValidationResultItem
 
getComponents() - Method in class org.mule.runtime.ast.internal.validation.DefaultValidationResultItem
 
getComponentType() - Method in interface org.mule.runtime.ast.api.ComponentAst
 
getComponentType() - Method in class org.mule.runtime.ast.api.util.BaseComponentAstDecorator
 
getComponentType() - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
getComponentType() - Method in class org.mule.runtime.ast.internal.DefaultComponentAst
 
getCoreErrorTypeRepo() - Static method in interface org.mule.runtime.ast.api.error.ErrorTypeRepositoryProvider
 
getCriticalErrorType() - Method in class org.mule.runtime.ast.internal.error.CompositeErrorTypeRepository
 
getCriticalErrorType() - Method in class org.mule.runtime.ast.internal.error.DefaultErrorTypeRepository
getDecorated() - Method in class org.mule.runtime.ast.api.util.BaseComponentAstDecorator
 
getDecorated() - Method in class org.mule.runtime.ast.api.util.BaseComponentParameterAstDecorator
 
getDecorated() - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
getDefaultValue() - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
getDefaultValue() - Method in class org.mule.runtime.ast.internal.model.RawParameterModel
 
getDependencyResolutionMode() - Static method in enum org.mule.runtime.ast.api.DependencyResolutionMode
Reads a system property and obtains the proper value from that.
getDeprecationModel() - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
getDeprecationModel() - Method in class org.mule.runtime.ast.internal.model.RawParameterModel
 
getDescription() - Method in interface org.mule.runtime.ast.api.validation.Validation
 
getDescription() - Method in class org.mule.runtime.ast.internal.builder.adapter.MetadataTypeModelAdapter
 
getDescription() - Method in class org.mule.runtime.ast.internal.model.BaseParameterGroupModelDecorator
 
getDescription() - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
getDescription() - Method in class org.mule.runtime.ast.internal.model.RawParameterGroupModel
 
getDescription() - Method in class org.mule.runtime.ast.internal.model.RawParameterModel
 
getDisplayModel() - Method in class org.mule.runtime.ast.internal.model.BaseParameterGroupModelDecorator
 
getDisplayModel() - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
getDisplayModel() - Method in class org.mule.runtime.ast.internal.model.RawParameterGroupModel
 
getDisplayModel() - Method in class org.mule.runtime.ast.internal.model.RawParameterModel
 
getDocAttributes() - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst
 
getDocAttributes() - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst
 
getDslConfiguration() - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
getDslConfiguration() - Method in class org.mule.runtime.ast.internal.model.RawParameterModel
 
getEndColumn() - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst
 
getEndColumn() - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst
 
getEndLine() - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst
 
getEndLine() - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst
 
getErrorNamespaces() - Method in class org.mule.runtime.ast.internal.error.CompositeErrorTypeRepository
 
getErrorNamespaces() - Method in class org.mule.runtime.ast.internal.error.DefaultErrorTypeRepository
 
getErrorType(ComponentIdentifier) - Method in class org.mule.runtime.ast.internal.error.CompositeErrorTypeRepository
 
getErrorType(ComponentIdentifier) - Method in class org.mule.runtime.ast.internal.error.DefaultErrorTypeRepository
 
getErrorTypeRepository() - Method in interface org.mule.runtime.ast.api.ArtifactAst
 
getErrorTypeRepository() - Method in class org.mule.runtime.ast.api.util.BaseArtifactAst
 
getErrorTypeRepository() - Method in class org.mule.runtime.ast.internal.FilteredArtifactAst
 
getErrorTypes() - Method in class org.mule.runtime.ast.internal.error.CompositeErrorTypeRepository
 
getErrorTypes() - Method in class org.mule.runtime.ast.internal.error.DefaultErrorTypeRepository
 
getExclusiveParametersModels() - Method in class org.mule.runtime.ast.internal.model.BaseParameterGroupModelDecorator
 
getExclusiveParametersModels() - Method in class org.mule.runtime.ast.internal.model.RawParameterGroupModel
 
getExpressionSupport() - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
getExpressionSupport() - Method in class org.mule.runtime.ast.internal.model.RawParameterModel
 
getExtensionModel() - Method in interface org.mule.runtime.ast.api.ComponentAst
 
getExtensionModel() - Method in class org.mule.runtime.ast.api.util.BaseComponentAstDecorator
 
getExtensionModel() - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
getExtensionModel() - Method in class org.mule.runtime.ast.internal.DefaultComponentAst
 
getExtensionsModels() - Method in class org.mule.runtime.ast.internal.model.ExtensionModelHelper
 
getFieldValueProviderModels() - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
getFieldValueProviderModels() - Method in class org.mule.runtime.ast.internal.model.RawParameterModel
 
getFileName() - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst
 
getFileName() - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst
 
getGenerationInformation() - Method in interface org.mule.runtime.ast.api.ComponentAst
 
getGenerationInformation() - Method in interface org.mule.runtime.ast.api.ComponentParameterAst
 
getGenerationInformation() - Method in class org.mule.runtime.ast.api.util.BaseComponentAstDecorator
 
getGenerationInformation() - Method in class org.mule.runtime.ast.api.util.BaseComponentParameterAstDecorator
 
getGenerationInformation() - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
getGenerationInformation() - Method in class org.mule.runtime.ast.internal.DefaultComponentAst
 
getGenerationInformation() - Method in class org.mule.runtime.ast.internal.DefaultComponentParameterAst
 
getGroupModel() - Method in interface org.mule.runtime.ast.api.ComponentParameterAst
 
getGroupModel() - Method in class org.mule.runtime.ast.api.util.BaseComponentParameterAstDecorator
 
getGroupModel() - Method in class org.mule.runtime.ast.internal.DefaultComponentParameterAst
 
getIdentifier() - Method in interface org.mule.runtime.ast.api.ComponentAst
 
getIdentifier() - Method in class org.mule.runtime.ast.api.util.BaseComponentAstDecorator
 
getIdentifier() - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
getIdentifier() - Method in class org.mule.runtime.ast.internal.DefaultComponentAst
 
getImportedResources() - Method in interface org.mule.runtime.ast.api.ArtifactAst
 
getImportedResources() - Method in class org.mule.runtime.ast.internal.DefaultArtifactAst
 
getImportedResources() - Method in class org.mule.runtime.ast.internal.FilteredArtifactAst
 
getIndexInParent() - Method in class org.mule.runtime.ast.internal.builder.DefaultComponentAstBuilder
 
getInfrastructureParameterName(MetadataType) - Static method in class org.mule.runtime.ast.internal.builder.ApplicationModelTypeUtils
 
getInternalErrorTypes() - Method in class org.mule.runtime.ast.internal.error.CompositeErrorTypeRepository
 
getInternalErrorTypes() - Method in class org.mule.runtime.ast.internal.error.DefaultErrorTypeRepository
 
getItems() - Method in interface org.mule.runtime.ast.api.validation.ValidationResult
The returned collection contains one item for each validation that failed.
getItems() - Method in class org.mule.runtime.ast.internal.validation.DefaultValidationResult
 
getLayoutModel() - Method in class org.mule.runtime.ast.internal.model.BaseParameterGroupModelDecorator
 
getLayoutModel() - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
getLayoutModel() - Method in class org.mule.runtime.ast.internal.model.RawParameterGroupModel
 
getLayoutModel() - Method in class org.mule.runtime.ast.internal.model.RawParameterModel
 
getLevel() - Method in interface org.mule.runtime.ast.api.validation.Validation
 
getLocation() - Method in interface org.mule.runtime.ast.api.ComponentAst
 
getLocation() - Method in class org.mule.runtime.ast.api.util.BaseComponentAstDecorator
 
getLocation() - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
getLocation() - Method in class org.mule.runtime.ast.internal.DefaultComponentAst
 
getMessage() - Method in interface org.mule.runtime.ast.api.validation.ValidationResultItem
 
getMessage() - Method in class org.mule.runtime.ast.internal.validation.DefaultValidationResultItem
 
getMetadata() - Method in interface org.mule.runtime.ast.api.ComponentAst
 
getMetadata() - Method in interface org.mule.runtime.ast.api.ComponentParameterAst
 
getMetadata() - Method in interface org.mule.runtime.ast.api.ImportedResource
 
getMetadata() - Method in class org.mule.runtime.ast.api.util.BaseComponentAstDecorator
 
getMetadata() - Method in class org.mule.runtime.ast.api.util.BaseComponentParameterAstDecorator
 
getMetadata() - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
getMetadata() - Method in class org.mule.runtime.ast.internal.DefaultComponentAst
 
getMetadata() - Method in class org.mule.runtime.ast.internal.DefaultComponentParameterAst
 
getMetadata() - Method in class org.mule.runtime.ast.internal.DefaultImportedResource
 
getModel(Class<M>) - Method in interface org.mule.runtime.ast.api.ComponentAst
A component may be represented by different kinds of models, depending on the actual type of this component.
getModel() - Method in interface org.mule.runtime.ast.api.ComponentParameterAst
 
getModel(Class<M>) - Method in class org.mule.runtime.ast.api.util.BaseComponentAstDecorator
 
getModel() - Method in class org.mule.runtime.ast.api.util.BaseComponentParameterAstDecorator
 
getModel(Class<M>) - Method in class org.mule.runtime.ast.internal.DefaultComponentAst
 
getModel() - Method in class org.mule.runtime.ast.internal.DefaultComponentParameterAst
 
getModelProperties() - Method in class org.mule.runtime.ast.internal.model.BaseParameterGroupModelDecorator
 
getModelProperties() - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
getModelProperties() - Method in class org.mule.runtime.ast.internal.model.RawParameterGroupModel
 
getModelProperties() - Method in class org.mule.runtime.ast.internal.model.RawParameterModel
 
getModelProperty(Class<T>) - Method in class org.mule.runtime.ast.internal.model.BaseParameterGroupModelDecorator
 
getModelProperty(Class<T>) - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
getModelProperty(Class<T>) - Method in class org.mule.runtime.ast.internal.model.RawParameterGroupModel
 
getModelProperty(Class<T>) - Method in class org.mule.runtime.ast.internal.model.RawParameterModel
 
getName() - Method in interface org.mule.runtime.ast.api.validation.Validation
 
getName() - Method in class org.mule.runtime.ast.internal.builder.adapter.MetadataTypeModelAdapter
 
getName() - Method in class org.mule.runtime.ast.internal.model.BaseParameterGroupModelDecorator
 
getName() - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
getName() - Method in class org.mule.runtime.ast.internal.model.RawParameterGroupModel
 
getName() - Method in class org.mule.runtime.ast.internal.model.RawParameterModel
 
getNamespace() - Method in interface org.mule.runtime.ast.api.NamespaceDefinition
 
getParameter(String, String) - Method in interface org.mule.runtime.ast.api.ComponentAst
 
getParameter(String, String) - Method in class org.mule.runtime.ast.api.util.BaseComponentAst
 
getParameter(String, String) - Method in class org.mule.runtime.ast.api.util.BaseComponentAstDecorator
 
getParameter(String, String) - Method in class org.mule.runtime.ast.internal.DefaultComponentAst
 
getParameter(String) - Method in class org.mule.runtime.ast.internal.model.BaseParameterGroupModelDecorator
 
getParameter(String) - Method in class org.mule.runtime.ast.internal.model.RawParameterGroupModel
 
getParameterGroupModels() - Method in class org.mule.runtime.ast.internal.builder.adapter.MetadataTypeModelAdapter
 
getParameterModels() - Method in class org.mule.runtime.ast.internal.model.BaseParameterGroupModelDecorator
 
getParameterModels() - Method in class org.mule.runtime.ast.internal.model.RawParameterGroupModel
 
getParameters() - Method in interface org.mule.runtime.ast.api.ComponentAst
A parameter may have a value either because it is explicitly set in the DSL, or because the extension model defines a default value for it.
getParameters() - Method in class org.mule.runtime.ast.api.util.BaseComponentAstDecorator
 
getParameters() - Method in interface org.mule.runtime.ast.api.validation.ValidationResultItem
 
getParameters() - Method in class org.mule.runtime.ast.internal.DefaultComponentAst
 
getParameters() - Method in class org.mule.runtime.ast.internal.validation.DefaultValidationResultItem
 
getParamsChildren() - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
getParent() - Method in interface org.mule.runtime.ast.api.ArtifactAst
 
getParent() - Method in class org.mule.runtime.ast.internal.DefaultArtifactAst
 
getParent() - Method in class org.mule.runtime.ast.internal.FilteredArtifactAst
 
getParserAttributes() - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst
 
getParserAttributes() - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst
 
getPrefix() - Method in interface org.mule.runtime.ast.api.NamespaceDefinition
 
getPropertiesResolver() - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
getRawParameters() - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
getRawValue() - Method in interface org.mule.runtime.ast.api.ComponentParameterAst
This method WILL NOT resolve any property placeholders to the actual values if present.
getRawValue() - Method in class org.mule.runtime.ast.api.util.BaseComponentParameterAstDecorator
 
getRawValue() - Method in class org.mule.runtime.ast.internal.DefaultComponentParameterAst
 
getResolvedRawValue() - Method in interface org.mule.runtime.ast.api.ComponentParameterAst
This method WILL resolve any property placeholders to the actual values if present.
getResolvedRawValue() - Method in class org.mule.runtime.ast.api.util.BaseComponentParameterAstDecorator
 
getResolvedRawValue() - Method in class org.mule.runtime.ast.internal.DefaultComponentParameterAst
 
getResourceLocation() - Method in interface org.mule.runtime.ast.api.ImportedResource
 
getResourceLocation() - Method in class org.mule.runtime.ast.internal.DefaultImportedResource
 
getRole() - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
getRole() - Method in class org.mule.runtime.ast.internal.model.RawParameterModel
 
getSchemaLocations() - Method in interface org.mule.runtime.ast.api.NamespaceDefinition
 
getSemanticTerms() - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
getSourceCode() - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst
 
getSourceCode() - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst
 
getSourceErrorType() - Method in class org.mule.runtime.ast.internal.error.CompositeErrorTypeRepository
 
getSourceErrorType() - Method in class org.mule.runtime.ast.internal.error.DefaultErrorTypeRepository
getSourceResponseErrorType() - Method in class org.mule.runtime.ast.internal.error.CompositeErrorTypeRepository
 
getSourceResponseErrorType() - Method in class org.mule.runtime.ast.internal.error.DefaultErrorTypeRepository
getStartColumn() - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst
 
getStartColumn() - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst
 
getStartLine() - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst
 
getStartLine() - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst
 
getSyntax() - Method in interface org.mule.runtime.ast.api.ComponentGenerationInformation
 
getSyntax() - Method in class org.mule.runtime.ast.internal.DefaultComponentGenerationInformation.Builder
 
getSyntax() - Method in class org.mule.runtime.ast.internal.DefaultComponentGenerationInformation
 
getType() - Method in interface org.mule.runtime.ast.api.ComponentAst
 
getType() - Method in interface org.mule.runtime.ast.api.MetadataTypeAdapter
 
getType() - Method in class org.mule.runtime.ast.api.util.BaseComponentAstDecorator
 
getType() - Method in class org.mule.runtime.ast.internal.builder.adapter.MetadataTypeModelAdapter
 
getType() - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
getType() - Method in class org.mule.runtime.ast.internal.DefaultComponentAst
 
getType() - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
getType() - Method in class org.mule.runtime.ast.internal.model.RawParameterModel
 
getUnresolvedKeys() - Method in exception org.mule.runtime.ast.api.exception.PropertyNotFoundException
 
getUnresovedNamespaces() - Method in interface org.mule.runtime.ast.api.NamespaceDefinition
 
getValidation() - Method in interface org.mule.runtime.ast.api.validation.ValidationResultItem
 
getValidation() - Method in class org.mule.runtime.ast.internal.validation.DefaultValidationResultItem
 
getValue() - Method in interface org.mule.runtime.ast.api.ComponentParameterAst
Returns either the expression for this parameter or a fixed value, depending on what is set in the DSL.
getValue() - Method in class org.mule.runtime.ast.api.util.BaseComponentParameterAstDecorator
 
getValue() - Method in class org.mule.runtime.ast.internal.DefaultComponentParameterAst
 
getValueProviderModel() - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
getValueProviderModel() - Method in class org.mule.runtime.ast.internal.model.RawParameterModel
 

H

hasDynamicType() - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
hasDynamicType() - Method in class org.mule.runtime.ast.internal.model.RawParameterModel
 
hashCode() - Method in class org.mule.runtime.ast.internal.model.BaseParameterGroupModelDecorator
Calculates hashcode based on BaseParameterGroupModelDecorator.getName()
hashCode() - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
Calculates hashcode based on BaseParameterModelDecorator.getName()

I

identifier(String) - Method in class org.mule.runtime.ast.internal.error.ErrorTypeBuilder
Sets the error type identifier.
ImportedResource - Interface in org.mule.runtime.ast.api
Represents a resource that can be imported by an artifact.
ImportedResourceBuilder - Interface in org.mule.runtime.ast.internal.builder
Provides a way of creating ImportedResource instances, adding and configuring its attributes.
isComponentId() - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
isComponentId() - Method in class org.mule.runtime.ast.internal.model.RawParameterModel
 
isDefaultValue() - Method in interface org.mule.runtime.ast.api.ComponentParameterAst
Returns true if this is a default parameter; returns false otherwise.
isDefaultValue() - Method in class org.mule.runtime.ast.api.util.BaseComponentParameterAstDecorator
 
isDefaultValue() - Method in class org.mule.runtime.ast.internal.DefaultComponentParameterAst
 
isDeprecated() - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
isErrorHandler(DefaultComponentAstBuilder) - Static method in class org.mule.runtime.ast.internal.builder.ComponentLocationVisitor
 
isMessageSource(DefaultComponentAstBuilder) - Static method in class org.mule.runtime.ast.internal.builder.ComponentLocationVisitor
 
isOverrideFromConfig() - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
isOverrideFromConfig() - Method in class org.mule.runtime.ast.internal.model.RawParameterModel
 
isProcessor(DefaultComponentAstBuilder) - Static method in class org.mule.runtime.ast.internal.builder.ComponentLocationVisitor
 
isRequired() - Method in class org.mule.runtime.ast.internal.model.BaseParameterModelDecorator
 
isRequired() - Method in class org.mule.runtime.ast.internal.model.RawParameterModel
 
isRouter(DefaultComponentAstBuilder) - Static method in class org.mule.runtime.ast.internal.builder.ComponentLocationVisitor
 
isShowInDsl() - Method in class org.mule.runtime.ast.internal.model.BaseParameterGroupModelDecorator
 
isShowInDsl() - Method in class org.mule.runtime.ast.internal.model.RawParameterGroupModel
 
isTemplateOnErrorHandler(DefaultComponentAstBuilder) - Static method in class org.mule.runtime.ast.internal.builder.ComponentLocationVisitor
 
isWrapperFor(MetadataType) - Method in interface org.mule.runtime.ast.api.MetadataTypeAdapter
 
isWrapperFor(MetadataType) - Method in class org.mule.runtime.ast.internal.builder.adapter.MetadataTypeModelAdapter
 

L

LightComponentAstBuilder - Class in org.mule.runtime.ast.internal.builder
Builder implementation for ComponentAst that does not belong to an ArtifactAst.
LightComponentAstBuilder() - Constructor for class org.mule.runtime.ast.internal.builder.LightComponentAstBuilder
 
LightComponentAstBuilder(PropertiesResolver) - Constructor for class org.mule.runtime.ast.internal.builder.LightComponentAstBuilder
 
lookupErrorType(ComponentIdentifier) - Method in class org.mule.runtime.ast.internal.error.CompositeErrorTypeRepository
 
lookupErrorType(ComponentIdentifier) - Method in class org.mule.runtime.ast.internal.error.DefaultErrorTypeRepository
 
lookupExtensionModelFor(ComponentIdentifier) - Method in class org.mule.runtime.ast.internal.model.ExtensionModelHelper
 

M

MetadataTypeAdapter - Interface in org.mule.runtime.ast.api
Adapter for using MetadataType instances consistently with other related but different models.
MetadataTypeModelAdapter - Class in org.mule.runtime.ast.internal.builder.adapter
 
MuleArtifactAstCopyUtils - Class in org.mule.runtime.ast.api.util
Provides common utility methods to do AST transformations.
MuleAstUtils - Class in org.mule.runtime.ast.api.util
Set of utility methods for working with ArtifactAsts and ComponentAsts.

N

namespace(String) - Method in class org.mule.runtime.ast.internal.error.ErrorTypeBuilder
Sets the error type namespace.
namespaceDefinition() - Method in interface org.mule.runtime.ast.api.ArtifactAst
 
NamespaceDefinition - Interface in org.mule.runtime.ast.api
Represents the namespace definition of an ArtifactAst
namespaceDefinition() - Method in class org.mule.runtime.ast.internal.DefaultArtifactAst
 
NamespaceDefinitionBuilder - Interface in org.mule.runtime.ast.api.builder
Provides a way of creating NamespaceDefinition instances, adding and configuring its components.

O

obtainLocation(Map<Pair<ParameterModel, ParameterGroupModel>, ComponentParameterAst>) - Method in class org.mule.runtime.ast.internal.builder.DefaultComponentAstBuilder
 
ON_ERROR_CONTINUE_IDENTIFIER - Static variable in class org.mule.runtime.ast.internal.model.ExtensionModelHelper
 
ON_ERROR_PROPAGATE_IDENTIFIER - Static variable in class org.mule.runtime.ast.internal.model.ExtensionModelHelper
 
onConfiguration(ConfigurationModel) - Method in interface org.mule.runtime.ast.internal.model.ExtensionModelHelper.ExtensionWalkerModelDelegate
 
onConnectionProvider(ConnectionProviderModel) - Method in interface org.mule.runtime.ast.internal.model.ExtensionModelHelper.ExtensionWalkerModelDelegate
 
onConstruct(ConstructModel) - Method in interface org.mule.runtime.ast.internal.model.ExtensionModelHelper.ExtensionWalkerModelDelegate
 
onMappingFunctionChanged(Runnable) - Method in class org.mule.runtime.ast.internal.builder.PropertiesResolver
 
onNestableElement(NestableElementModel) - Method in interface org.mule.runtime.ast.internal.model.ExtensionModelHelper.ExtensionWalkerModelDelegate
 
onOperation(OperationModel) - Method in interface org.mule.runtime.ast.internal.model.ExtensionModelHelper.ExtensionWalkerModelDelegate
 
onSource(SourceModel) - Method in interface org.mule.runtime.ast.internal.model.ExtensionModelHelper.ExtensionWalkerModelDelegate
 
onType(MetadataType) - Method in interface org.mule.runtime.ast.internal.model.ExtensionModelHelper.ExtensionWalkerModelDelegate
 
org.mule.runtime.ast.api - package org.mule.runtime.ast.api
 
org.mule.runtime.ast.api.builder - package org.mule.runtime.ast.api.builder
 
org.mule.runtime.ast.api.error - package org.mule.runtime.ast.api.error
 
org.mule.runtime.ast.api.exception - package org.mule.runtime.ast.api.exception
 
org.mule.runtime.ast.api.util - package org.mule.runtime.ast.api.util
 
org.mule.runtime.ast.api.validation - package org.mule.runtime.ast.api.validation
 
org.mule.runtime.ast.internal - package org.mule.runtime.ast.internal
 
org.mule.runtime.ast.internal.builder - package org.mule.runtime.ast.internal.builder
 
org.mule.runtime.ast.internal.builder.adapter - package org.mule.runtime.ast.internal.builder.adapter
 
org.mule.runtime.ast.internal.error - package org.mule.runtime.ast.internal.error
 
org.mule.runtime.ast.internal.model - package org.mule.runtime.ast.internal.model
 
org.mule.runtime.ast.internal.stream - package org.mule.runtime.ast.internal.stream
 
org.mule.runtime.ast.internal.validation - package org.mule.runtime.ast.internal.validation
 

P

parameterOfType(ComponentAst, StereotypeModel) - Static method in class org.mule.runtime.ast.api.util.MuleAstUtils
Given a ComponentAst, lookup for a parameter that references an object with a certain stereotype.
parametersOfType(ComponentAst, StereotypeModel) - Static method in class org.mule.runtime.ast.api.util.MuleAstUtils
Given a ComponentAst, lookup for all parameters that reference an object with a certain stereotype.
parentErrorType(ErrorType) - Method in class org.mule.runtime.ast.internal.error.ErrorTypeBuilder
Sets the parent error type.
prepareForBuild() - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
prepareForBuild() - Method in class org.mule.runtime.ast.internal.builder.DefaultComponentAstBuilder
 
PropertiesResolver - Class in org.mule.runtime.ast.internal.builder
Allows to set a mapping function that will resolve properties in the parameters of the owning ArtifactAst.
PropertiesResolver() - Constructor for class org.mule.runtime.ast.internal.builder.PropertiesResolver
 
PropertyNotFoundException - Exception in org.mule.runtime.ast.api.exception
Exception thrown when a key could not be resolved.
PropertyNotFoundException(Pair<String, String>) - Constructor for exception org.mule.runtime.ast.api.exception.PropertyNotFoundException
Creates a new instance.
PropertyNotFoundException(PropertyNotFoundException, Pair<String, String>) - Constructor for exception org.mule.runtime.ast.api.exception.PropertyNotFoundException
Creates a new instance.
putDocAttribute(String, String) - Method in interface org.mule.runtime.ast.api.builder.ComponentMetadataAstBuilder
Puts s document attribute value in the metadata.
putDocAttribute(String, String) - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst.Builder
 
putParserAttribute(String, Object) - Method in interface org.mule.runtime.ast.api.builder.ComponentMetadataAstBuilder
Puts a parser attribute value in the metadata.
putParserAttribute(String, Object) - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst.Builder
 

R

RAISE_ERROR - Static variable in class org.mule.runtime.ast.internal.error.ErrorTypeRepositoryBuildingUtils
 
RAISE_ERROR_IDENTIFIER - Static variable in class org.mule.runtime.ast.internal.error.ErrorTypeRepositoryBuildingUtils
 
RawParameterGroupModel - Class in org.mule.runtime.ast.internal.model
 
RawParameterGroupModel() - Constructor for class org.mule.runtime.ast.internal.model.RawParameterGroupModel
 
RawParameterModel - Class in org.mule.runtime.ast.internal.model
 
RawParameterModel(String) - Constructor for class org.mule.runtime.ast.internal.model.RawParameterModel
 
recursiveSpliterator() - Method in interface org.mule.runtime.ast.api.ArtifactAst
 
recursiveSpliterator(AstTraversalDirection) - Method in interface org.mule.runtime.ast.api.ArtifactAst
 
recursiveSpliterator() - Method in interface org.mule.runtime.ast.api.ComponentAst
This method will also traverse the complex parameters in each component.
recursiveSpliterator(AstTraversalDirection) - Method in interface org.mule.runtime.ast.api.ComponentAst
This method will also traverse the complex parameters in each component.
recursiveSpliterator(ComponentAst) - Method in enum org.mule.runtime.ast.api.util.AstTraversalDirection
Creates a Spliterator for a ComponentAst that travers through this ComponentAst and its children recursively by current AstTraversalDirection.
recursiveSpliterator(AstTraversalDirection) - Method in class org.mule.runtime.ast.api.util.BaseArtifactAst
 
recursiveSpliterator() - Method in class org.mule.runtime.ast.api.util.BaseArtifactAst
 
recursiveSpliterator() - Method in class org.mule.runtime.ast.api.util.BaseComponentAst
 
recursiveSpliterator(AstTraversalDirection) - Method in class org.mule.runtime.ast.api.util.BaseComponentAst
 
recursiveSpliterator() - Method in class org.mule.runtime.ast.api.util.BaseComponentAstDecorator
 
recursiveSpliterator(AstTraversalDirection) - Method in class org.mule.runtime.ast.api.util.BaseComponentAstDecorator
 
recursiveStream() - Method in interface org.mule.runtime.ast.api.ArtifactAst
 
recursiveStream(AstTraversalDirection) - Method in interface org.mule.runtime.ast.api.ArtifactAst
 
recursiveStream() - Method in interface org.mule.runtime.ast.api.ComponentAst
This method will also traverse the complex parameters in each component.
recursiveStream(AstTraversalDirection) - Method in interface org.mule.runtime.ast.api.ComponentAst
This method will also traverse the complex parameters in each component.
recursiveStream(AstTraversalDirection) - Method in class org.mule.runtime.ast.api.util.BaseArtifactAst
 
recursiveStream() - Method in class org.mule.runtime.ast.api.util.BaseArtifactAst
 
recursiveStream() - Method in class org.mule.runtime.ast.api.util.BaseComponentAst
 
recursiveStream(AstTraversalDirection) - Method in class org.mule.runtime.ast.api.util.BaseComponentAst
 
recursiveStream(AstTraversalDirection) - Method in class org.mule.runtime.ast.api.util.BaseComponentAstDecorator
 
recursiveStream() - Method in class org.mule.runtime.ast.api.util.BaseComponentAstDecorator
 
recursiveStream(AstTraversalDirection) - Method in class org.mule.runtime.ast.internal.FilteredArtifactAst
 
recursiveStreamWithHierarchy(Stream<ComponentAst>) - Method in enum org.mule.runtime.ast.api.util.AstTraversalDirection
Enhances the Stream by adding hierarchy context to each ComponentAst.
recursiveStreamWithHierarchy(Stream<ComponentAst>, boolean) - Method in enum org.mule.runtime.ast.api.util.AstTraversalDirection
Enhances the Stream by adding hierarchy context to each ComponentAst.
recursiveStreamWithHierarchy(Stream<ComponentAst>, List<ComponentAst>) - Method in enum org.mule.runtime.ast.api.util.AstTraversalDirection
Enhances the Stream by adding hierarchy context to each ComponentAst.
recursiveStreamWithHierarchy(Stream<ComponentAst>, List<ComponentAst>, boolean) - Method in enum org.mule.runtime.ast.api.util.AstTraversalDirection
Enhances the Stream by adding hierarchy context to each ComponentAst.
recursiveStreamWithHierarchy(ArtifactAst) - Static method in class org.mule.runtime.ast.api.util.MuleAstUtils
Similar to ArtifactAst.recursiveStream(), but it enhances the Stream by adding hierarchy context to each item.
recursiveStreamWithHierarchy(ArtifactAst, AstTraversalDirection) - Static method in class org.mule.runtime.ast.api.util.MuleAstUtils
Similar to ArtifactAst.recursiveStream(), but it enhances the Stream by adding hierarchy context to each item.
recursiveStreamWithHierarchy(ArtifactAst, AstTraversalDirection, boolean) - Static method in class org.mule.runtime.ast.api.util.MuleAstUtils
Similar to ArtifactAst.recursiveStream(), but it enhances the Stream by adding hierarchy context to each item.
removeParamChild(ParameterModel, ParameterGroupModel) - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
resolveComponentId(Map<Pair<ParameterModel, ParameterGroupModel>, ComponentParameterAst>) - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
resolveDependencies(Supplier<Set<ExtensionModel>>, ArtifactAst) - Method in enum org.mule.runtime.ast.api.DependencyResolutionMode
Generates a set of ExtensionModels according to the resolution mode type.
resolveDslElementModel(MetadataType, String) - Method in class org.mule.runtime.ast.internal.model.ExtensionModelHelper
 
resolveDslElementModel(NamedObject, ComponentIdentifier) - Method in class org.mule.runtime.ast.internal.model.ExtensionModelHelper
 
resolveDslElementModel(MetadataType, ExtensionModel) - Method in class org.mule.runtime.ast.internal.model.ExtensionModelHelper
 
resolveDslElementModel(ParameterModel, ComponentIdentifier) - Method in class org.mule.runtime.ast.internal.model.ExtensionModelHelper
 
resolveLocation(DefaultComponentAstBuilder, List<DefaultComponentAstBuilder>) - Static method in class org.mule.runtime.ast.internal.builder.ComponentLocationVisitor
 
resolveOrphanComponents(ArtifactAst) - Static method in class org.mule.runtime.ast.api.util.MuleAstUtils
Given an ArtifactAst, return all those components within it that are not accessible from a top-level component.
resolveParamsLocations() - Method in class org.mule.runtime.ast.internal.builder.DefaultComponentAstBuilder
 
resolveSubTypes(ObjectType) - Method in class org.mule.runtime.ast.internal.model.ExtensionModelHelper
Note: Only instantiable subtypes will be returned by this method!
resolveTypedComponentIdentifier(DefaultComponentAstBuilder, boolean, ExtensionModelHelper) - Static method in class org.mule.runtime.ast.internal.builder.ApplicationModelTypeUtils
 
RETRY_EXHAUSTED - Static variable in class org.mule.runtime.ast.internal.error.ErrorTypeRepositoryBuildingUtils
 
RETRY_EXHAUSTED_ERROR_IDENTIFIER - Static variable in class org.mule.runtime.ast.internal.error.ErrorTypeRepositoryBuildingUtils
 

S

setComponentId(Supplier<Optional<String>>) - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
setEndColumn(int) - Method in interface org.mule.runtime.ast.api.builder.ComponentMetadataAstBuilder
Sets the end column for the metadata.
setEndColumn(int) - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst.Builder
 
setEndLine(int) - Method in interface org.mule.runtime.ast.api.builder.ComponentMetadataAstBuilder
Sets the last line for the metadata.
setEndLine(int) - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst.Builder
 
setFileName(String) - Method in interface org.mule.runtime.ast.api.builder.ComponentMetadataAstBuilder
Sets the file name for the metadata.
setFileName(String) - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst.Builder
 
setMappingFunction(UnaryOperator<String>) - Method in class org.mule.runtime.ast.internal.builder.PropertiesResolver
 
setSourceCode(String) - Method in interface org.mule.runtime.ast.api.builder.ComponentMetadataAstBuilder
Sets the source code for the metadata.
setSourceCode(String) - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst.Builder
 
setStartColumn(int) - Method in interface org.mule.runtime.ast.api.builder.ComponentMetadataAstBuilder
Sets the start column for the metadata.
setStartColumn(int) - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst.Builder
 
setStartLine(int) - Method in interface org.mule.runtime.ast.api.builder.ComponentMetadataAstBuilder
Sets the start line for the metadata.
setStartLine(int) - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst.Builder
 
SOURCE_TYPE - Static variable in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 

T

TARGET_TYPE - Static variable in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
topLevelComponents() - Method in interface org.mule.runtime.ast.api.ArtifactAst
 
topLevelComponents() - Method in class org.mule.runtime.ast.internal.DefaultArtifactAst
 
topLevelComponents() - Method in class org.mule.runtime.ast.internal.FilteredArtifactAst
 
topLevelComponentsSpliterator() - Method in interface org.mule.runtime.ast.api.ArtifactAst
 
topLevelComponentsSpliterator() - Method in class org.mule.runtime.ast.api.util.BaseArtifactAst
 
topLevelComponentsStream() - Method in interface org.mule.runtime.ast.api.ArtifactAst
 
topLevelComponentsStream() - Method in class org.mule.runtime.ast.api.util.BaseArtifactAst
 
topLevelElement() - Static method in class org.mule.runtime.ast.api.util.ComponentAstPredicatesFactory
Filter component hierarchies that represent just a top-level component.
toString() - Method in class org.mule.runtime.ast.api.util.BaseComponentAst
 
toString() - Method in class org.mule.runtime.ast.api.util.BaseComponentAstDecorator
 
toString() - Method in class org.mule.runtime.ast.internal.builder.adapter.MetadataTypeModelAdapter
 
toString() - Method in class org.mule.runtime.ast.internal.DefaultComponentParameterAst
 
tryAdvance(Consumer<? super ComponentAst>) - Method in class org.mule.runtime.ast.internal.stream.ComponentAstSpliteratorStrategy
 
tryAdvanceAfterChildrenConsumed(Consumer<? super ComponentAst>) - Method in class org.mule.runtime.ast.internal.stream.ComponentAstSpliteratorStrategy
 
tryAdvanceBeforeChildrenConsumed(Consumer<? super ComponentAst>) - Method in class org.mule.runtime.ast.internal.stream.ComponentAstSpliteratorStrategy
 
tryAdvanceOverComponentAst(Consumer<? super ComponentAst>) - Method in class org.mule.runtime.ast.internal.stream.ComponentAstSpliteratorStrategy
 
trySplit() - Method in class org.mule.runtime.ast.internal.stream.ComponentAstSpliteratorStrategy
 

U

updatePropertiesResolver(UnaryOperator<String>) - Method in interface org.mule.runtime.ast.api.ArtifactAst
Updates the mapping used to resolve property placeholders throughout the AST.
updatePropertiesResolver(UnaryOperator<String>) - Method in interface org.mule.runtime.ast.api.ImportedResource
Updates the properties resolution callback.
updatePropertiesResolver(UnaryOperator<String>) - Method in class org.mule.runtime.ast.internal.DefaultArtifactAst
 
updatePropertiesResolver(UnaryOperator<String>) - Method in class org.mule.runtime.ast.internal.DefaultImportedResource
 
updatePropertiesResolver(UnaryOperator<String>) - Method in class org.mule.runtime.ast.internal.FilteredArtifactAst
 

V

validate(ArtifactAst) - Static method in class org.mule.runtime.ast.api.util.MuleAstUtils
Runs all validations available from the current Thread.getContextClassLoader().
validate(ArtifactAst, Predicate<Validation>) - Static method in class org.mule.runtime.ast.api.util.MuleAstUtils
Runs all validations available from the current Thread.getContextClassLoader().
validate(ComponentAst, ArtifactAst) - Method in interface org.mule.runtime.ast.api.validation.Validation
Runs this validation in the provided component.
validateSingleModelSet() - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
Validation - Interface in org.mule.runtime.ast.api.validation
Runtime and modules may implement their own validations by implementing this interface.
Validation.Level - Enum in org.mule.runtime.ast.api.validation
Defines the severity of a validation failure.
ValidationResult - Interface in org.mule.runtime.ast.api.validation
Contains the result of a call to MuleAstUtils.validate(org.mule.runtime.ast.api.ArtifactAst) for a given artifact.
ValidationResultItem - Interface in org.mule.runtime.ast.api.validation
Relates a failing validation to the component where that validation failed.
ValidationsProvider - Interface in org.mule.runtime.ast.api.validation
Determines the validations to run for a specific set of components.
valueOf(String) - Static method in enum org.mule.runtime.ast.api.DependencyResolutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.runtime.ast.api.util.AstTraversalDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.runtime.ast.api.validation.Validation.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.runtime.ast.api.DependencyResolutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.runtime.ast.api.util.AstTraversalDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.runtime.ast.api.validation.Validation.Level
Returns an array containing the constants of this enum type, in the order they are declared.

W

walkToComponent(ComponentIdentifier, boolean, ExtensionModelHelper.ExtensionWalkerModelDelegate, ExtensionModel) - Method in class org.mule.runtime.ast.internal.model.ExtensionModelHelper
Navigates the extension model for the provided componentIdentifier and calls the corresponding method on the provided delegate when found.
withAnnotation(String, Object) - Method in interface org.mule.runtime.ast.api.builder.ComponentAstBuilder
Adds an annotation as defined in the DSL to this component builder.
withAnnotation(String, Object) - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
withBodyParameter(String) - Method in interface org.mule.runtime.ast.api.builder.ComponentAstBuilder
Adds a body parameter as defined in the DSL to this component builder.
withBodyParameter(String) - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
withComponentModel(ComponentModel) - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
Sets the model declaration of the target component.
withComponentModel(ComponentModel) - Method in class org.mule.runtime.ast.internal.builder.LightComponentAstBuilder
 
withComponentType(TypedComponentIdentifier.ComponentType) - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
withConfigurationModel(ConfigurationModel) - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
Sets the model declaration of the target component.
withConfigurationModel(ConfigurationModel) - Method in class org.mule.runtime.ast.internal.builder.LightComponentAstBuilder
 
withConnectionProviderModel(ConnectionProviderModel) - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
Sets the model declaration of the target component.
withConnectionProviderModel(ConnectionProviderModel) - Method in class org.mule.runtime.ast.internal.builder.LightComponentAstBuilder
 
withExtensionModel(ExtensionModel) - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
withIdentifier(ComponentIdentifier) - Method in interface org.mule.runtime.ast.api.builder.ComponentAstBuilder
 
withIdentifier(ComponentIdentifier) - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
withIdentifier(ComponentIdentifier) - Method in class org.mule.runtime.ast.internal.builder.DefaultComponentAstBuilder
 
withImportedResource(ImportedResource) - Method in interface org.mule.runtime.ast.api.builder.ArtifactAstBuilder
Adds a resource to be imported by the resulting ArtifactAst.
withImportedResource(ImportedResource) - Method in class org.mule.runtime.ast.internal.builder.DefaultArtifactAstBuilder
 
withLocation(ComponentLocation) - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
withMetadata(ComponentMetadataAst) - Method in interface org.mule.runtime.ast.api.builder.ComponentAstBuilder
 
withMetadata(ComponentMetadataAst) - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
withMetadata(ComponentMetadataAst) - Method in class org.mule.runtime.ast.internal.builder.DefaultImportedResourceBuilder
 
withMetadata(ComponentMetadataAst) - Method in interface org.mule.runtime.ast.internal.builder.ImportedResourceBuilder
Sets the imported resource metadata to the builder.
withNamespace(String) - Method in interface org.mule.runtime.ast.api.builder.NamespaceDefinitionBuilder
Sets the namespace name of the NamespaceDefinition being built
withNamespace(String) - Method in class org.mule.runtime.ast.internal.builder.DefaultNamespaceDefinitionBuilder
 
withNamespaceDefinition(NamespaceDefinition) - Method in interface org.mule.runtime.ast.api.builder.ArtifactAstBuilder
Adds a NamespaceDefinition to the Artifact being built.
withNamespaceDefinition(NamespaceDefinition) - Method in class org.mule.runtime.ast.internal.builder.DefaultArtifactAstBuilder
 
withNestableElementModel(NestableElementModel) - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
Sets the model declaration of the target component.
withNestableElementModel(NestableElementModel) - Method in class org.mule.runtime.ast.internal.builder.LightComponentAstBuilder
 
withParameter(ParameterModel, ParameterGroupModel, ComponentParameterAst, Optional<ComponentIdentifier>) - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
withParameterizedModel(ParameterizedModel) - Method in interface org.mule.runtime.ast.api.builder.ComponentAstBuilder
Sets the model declaration of the target component.
withParameterizedModel(ParameterizedModel) - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
Sets the model declaration of the target component.
withPrefix(String) - Method in interface org.mule.runtime.ast.api.builder.NamespaceDefinitionBuilder
Sets the prefix of the NamespaceDefinition being built
withPrefix(String) - Method in class org.mule.runtime.ast.internal.builder.DefaultNamespaceDefinitionBuilder
 
withRawParameter(String, String) - Method in interface org.mule.runtime.ast.api.builder.ComponentAstBuilder
Adds a parameter as defined in the DSL to this component builder.
withRawParameter(String, String) - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
withResourceLocation(String) - Method in class org.mule.runtime.ast.internal.builder.DefaultImportedResourceBuilder
 
withResourceLocation(String) - Method in interface org.mule.runtime.ast.internal.builder.ImportedResourceBuilder
Sets the imported resource name to the builder.
withSchemaLocation(String, String) - Method in interface org.mule.runtime.ast.api.builder.NamespaceDefinitionBuilder
Sets one schema location to the NamespaceDefinition being built
withSchemaLocation(String, String) - Method in class org.mule.runtime.ast.internal.builder.DefaultNamespaceDefinitionBuilder
 
withSyntax(DslElementSyntax) - Method in class org.mule.runtime.ast.internal.DefaultComponentGenerationInformation.Builder
 
withUnresolvedNamespace(String, String) - Method in interface org.mule.runtime.ast.api.builder.NamespaceDefinitionBuilder
Sets one namespace that was not resolved
withUnresolvedNamespace(String, String) - Method in class org.mule.runtime.ast.internal.builder.DefaultNamespaceDefinitionBuilder
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2025 MuleSoft, Inc.. All rights reserved.