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.error.ErrorTypeBuilder
Wild card that matches with any error and is on top of the error hierarchy for those that allow handling
applicable() - Method in interface org.mule.runtime.ast.api.validation.ArtifactValidation
 
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.
ArtifactAstValidator - Interface in org.mule.runtime.ast.api.validation
Implementations provide capabilities for running the validations available for a given ArtifactAst.
ArtifactAstValidatorBuilder - Interface in org.mule.runtime.ast.api.validation
Provides a way to create ArtifactAstValidator instances.
ArtifactType - Enum in org.mule.runtime.ast.api
 
ArtifactValidation - Interface in org.mule.runtime.ast.api.validation
Defines a validation for an ArtifactAst.
AstParserAttribute<T> - Class in org.mule.runtime.ast.api
Parsing attribute that might be DSL-specific.
AstParserAttribute(String) - Constructor for class org.mule.runtime.ast.api.AstParserAttribute
 
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 interface org.mule.runtime.ast.api.validation.ArtifactAstValidatorBuilder
 
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.
build() - Method in class org.mule.runtime.ast.internal.validation.DefaultValidatorBuilder
 
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(String, ArtifactType, Set<ExtensionModel>, Optional<ArtifactAst>, UnaryOperator<String>) - Static method in interface org.mule.runtime.ast.api.builder.ArtifactAstBuilder
 
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(ComponentAst, ComponentParameterAst, Validation, String, Map<String, String>) - Static method in interface org.mule.runtime.ast.api.validation.ValidationResultItem
 
create(ComponentAst, List<ComponentParameterAst>, Validation, String, Map<String, 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
 
create(List<ComponentAst>, List<ComponentParameterAst>, Validation, String, Map<String, String>) - Static method in interface org.mule.runtime.ast.api.validation.ValidationResultItem
 
createComponentParameterizationFromComponentAst(ComponentAst) - Static method in class org.mule.runtime.ast.api.util.MuleAstUtils
Provides a way to create a ComponentParameterization from a ComponentAst.
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
 
createMetadataTypeModelAdapterWithStereotype(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(String, ArtifactType, 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(String, ArtifactType, 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
 
DefaultImportedResource(String, ComponentMetadataAst, String) - 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, Map<String, String>) - Constructor for class org.mule.runtime.ast.internal.validation.DefaultValidationResultItem
 
DefaultValidator - Class in org.mule.runtime.ast.internal.validation
 
DefaultValidator(List<ArtifactValidation>, List<Validation>) - Constructor for class org.mule.runtime.ast.internal.validation.DefaultValidator
 
DefaultValidatorBuilder - Class in org.mule.runtime.ast.internal.validation
 
DefaultValidatorBuilder() - Constructor for class org.mule.runtime.ast.internal.validation.DefaultValidatorBuilder
 
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
 
directChildrenStreamByIdentifier(String, String) - Method in interface org.mule.runtime.ast.api.ComponentAst
Returns a Stream of all the direct children which ComponentAst.getIdentifier() match the given namespace and name.
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
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 ConfigurationModel within the provided set of ExtensionModels by a ComponentIdentifier.
findConnectionProviderModel(ComponentIdentifier) - Method in class org.mule.runtime.ast.internal.model.ExtensionModelHelper
Finds a 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(ComponentMetadataAst) - Method in class org.mule.runtime.ast.api.AstParserAttribute
Convenience for extracting the value from the attributes map of the given ComponentMetadataAst with type conversion.
get() - Method in class org.mule.runtime.ast.internal.builder.DefaultComponentAstBuilder
 
get() - Method in class org.mule.runtime.ast.internal.builder.LightComponentAstBuilder
 
getAdditionalData() - Method in interface org.mule.runtime.ast.api.validation.ValidationResultItem
Any additional data provided by the actual validation, providing context for this item (for instance, in the case of validation on parameter values, it may contain an entry indication in which character of the value the validation error was found).
getAdditionalData() - Method in class org.mule.runtime.ast.internal.validation.DefaultValidationResultItem
 
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
getArtifactName() - Method in interface org.mule.runtime.ast.api.ArtifactAst
 
getArtifactName() - Method in class org.mule.runtime.ast.internal.DefaultArtifactAst
 
getArtifactName() - Method in class org.mule.runtime.ast.internal.FilteredArtifactAst
 
getArtifactType() - Method in interface org.mule.runtime.ast.api.ArtifactAst
 
getArtifactType() - Method in class org.mule.runtime.ast.internal.DefaultArtifactAst
 
getArtifactType() - Method in class org.mule.runtime.ast.internal.FilteredArtifactAst
 
getArtifactValidations() - Method in interface org.mule.runtime.ast.api.validation.ValidationsProvider
 
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.ArtifactValidation
 
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.DefaultArtifactAst
 
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
 
getFileUri() - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst
 
getFileUri() - 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
 
getImportChain() - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst
If the component with this location is in a root config file (not obtained through an import tag), the returned list will be empty.
getImportChain() - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst
 
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
 
getKey() - Method in class org.mule.runtime.ast.api.AstParserAttribute
 
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.ArtifactValidation
 
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.ArtifactValidation
 
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
 
getRaw(ComponentMetadataAst) - Method in class org.mule.runtime.ast.api.AstParserAttribute
Gets the raw value from the attributes map of the given ComponentMetadataAst without trying to perform type conversion.
getRawParameters() - Method in class org.mule.runtime.ast.internal.builder.BaseComponentAstBuilder
 
getRawResourceLocation() - Method in interface org.mule.runtime.ast.api.ImportedResource
This method WILL NOT resolve any property placeholders to the actual values if present.
getRawResourceLocation() - Method in class org.mule.runtime.ast.internal.DefaultImportedResource
 
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
 
getResolutionFailure() - Method in interface org.mule.runtime.ast.api.ImportedResource
 
getResolutionFailure() - Method in class org.mule.runtime.ast.internal.DefaultImportedResource
 
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
 
getTypeCatalog() - Method in class org.mule.runtime.ast.internal.model.ExtensionModelHelper
 
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
 
getValueOrResolutionError() - Method in interface org.mule.runtime.ast.api.ComponentParameterAst
Returns either the expression for this parameter, a ParameterResolutionException occurred while converting the value to its expected type, a fixed value, depending on what is set in the DSL.
getValueOrResolutionError() - Method in class org.mule.runtime.ast.api.util.BaseComponentParameterAstDecorator
 
getValueOrResolutionError() - 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(ObjectFieldType) - Method in interface org.mule.runtime.ast.api.MetadataTypeObjectFieldTypeAdapter
 
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
 
MetadataTypeObjectFieldTypeAdapter - Interface in org.mule.runtime.ast.api
Adapter for using ParameterModel instances consistently with other related but different models.
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.
ParameterResolutionException - Exception in org.mule.runtime.ast.api
Indicates that the conversion of a fixed parameter value to its expected type failed.
ParameterResolutionException(I18nMessage, Exception) - Constructor for exception org.mule.runtime.ast.api.ParameterResolutionException
 
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(AstParserAttribute<T>, T) - 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
 
putParserAttribute(AstParserAttribute<T>, T) - 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, Optional<DefaultComponentAstBuilder>, ExtensionModelHelper) - Static method in class org.mule.runtime.ast.internal.builder.ApplicationModelTypeUtils
Walks the extension model searching the component model for the passed componentAstBuilder.
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

setArtifactRegionClassLoader(ClassLoader) - Method in interface org.mule.runtime.ast.api.validation.ValidationsProvider
Allows for validations that check for resources in the artifact.
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
 
setFileUri(URI) - Method in interface org.mule.runtime.ast.api.builder.ComponentMetadataAstBuilder
Sets the config file URI for the metadata.
setFileUri(URI) - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst.Builder
 
setImportChain(List<ImportedResource>) - Method in interface org.mule.runtime.ast.api.builder.ComponentMetadataAstBuilder
Sets the import chain for the metadata.
setImportChain(List<ImportedResource>) - 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
Deprecated.
since 1.1, use MuleAstUtils.validatorBuilder() instead.
validate(ArtifactAst, Consumer<ValidationsProvider>) - Static method in class org.mule.runtime.ast.api.util.MuleAstUtils
Deprecated.
since 1.1, use MuleAstUtils.validatorBuilder() instead.
validate(ArtifactAst, Predicate<Validation>) - Static method in class org.mule.runtime.ast.api.util.MuleAstUtils
Deprecated.
since 1.1, use MuleAstUtils.validatorBuilder() instead.
validate(ArtifactAst, Consumer<ValidationsProvider>, Predicate<Validation>, ClassLoader) - Static method in class org.mule.runtime.ast.api.util.MuleAstUtils
Deprecated.
since 1.1, use MuleAstUtils.validatorBuilder() instead.
validate(ArtifactAst) - Method in interface org.mule.runtime.ast.api.validation.ArtifactAstValidator
Runs all validations available from the configured classloader (ArtifactAstValidatorBuilder.withArtifactRegionClassLoader(ClassLoader).
validate(ArtifactAst) - Method in interface org.mule.runtime.ast.api.validation.ArtifactValidation
Runs this validation in the provided artifact.
validate(ComponentAst, ArtifactAst) - Method in interface org.mule.runtime.ast.api.validation.ArtifactValidation
 
validate(ComponentAst, ArtifactAst) - Method in interface org.mule.runtime.ast.api.validation.Validation
Runs this validation in the provided component.
validate(ArtifactAst) - Method in class org.mule.runtime.ast.internal.validation.DefaultValidator
 
validateMany(ArtifactAst) - Method in interface org.mule.runtime.ast.api.validation.ArtifactValidation
Runs this validation in the provided artifact.
validateMany(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
Defines a validation for a ComponentAst within an ArtifactAst.
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 artifact/set of components.
validatorBuilder() - Static method in class org.mule.runtime.ast.api.util.MuleAstUtils
Provides a way to execute validations on an ArtifactAst.
valueOf(String) - Static method in enum org.mule.runtime.ast.api.ArtifactType
Returns the enum constant of this type with the specified name.
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.ArtifactType
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.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, Optional<ComponentIdentifier>, 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
 
withArtifactRegionClassLoader(ClassLoader) - Method in interface org.mule.runtime.ast.api.validation.ArtifactAstValidatorBuilder
 
withArtifactRegionClassLoader(ClassLoader) - Method in class org.mule.runtime.ast.internal.validation.DefaultValidatorBuilder
 
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
 
withParameter(ParameterModel, ParameterGroupModel, ComponentParameterAst, Iterable<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
 
withResolutionFailure(String) - Method in class org.mule.runtime.ast.internal.builder.DefaultImportedResourceBuilder
 
withResolutionFailure(String) - Method in interface org.mule.runtime.ast.internal.builder.ImportedResourceBuilder
Sets the failure caused when resolving this import, if resolution failed.
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
 
withValidationEnricher(Consumer<ValidationsProvider>) - Method in interface org.mule.runtime.ast.api.validation.ArtifactAstValidatorBuilder
 
withValidationEnricher(Consumer<ValidationsProvider>) - Method in class org.mule.runtime.ast.internal.validation.DefaultValidatorBuilder
 
withValidationsFilter(Predicate<Validation>) - Method in interface org.mule.runtime.ast.api.validation.ArtifactAstValidatorBuilder
 
withValidationsFilter(Predicate<Validation>) - Method in class org.mule.runtime.ast.internal.validation.DefaultValidatorBuilder
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

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