Skip navigation links
A B C D E F G M O P R S T 

A

ArtifactAst - Interface in org.mule.runtime.ast.api
Represents a Mule artifact and provides access to its contents.

B

BODY_RAW_PARAM_NAME - Static variable in interface org.mule.runtime.ast.api.ComponentAst
Deprecated.
this will be removed for 1.0.0.
build() - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst.Builder
 
build() - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst.Builder
 
builder() - Static method in interface org.mule.runtime.ast.api.ComponentMetadataAst
 
Builder() - Constructor for class org.mule.runtime.ast.internal.DefaultComponentMetadataAst.Builder
 

C

ComponentAst - Interface in org.mule.runtime.ast.api
Represents the user configuration of a component (flow, config, message processor, etc) defined in an artifact configuration file.
ComponentMetadataAst - Interface in org.mule.runtime.ast.api
 
ComponentMetadataAst.Builder - Interface in org.mule.runtime.ast.api
 
ComponentParameterAst - Interface in org.mule.runtime.ast.api
Represents the user configuration of a parameter of a component.

D

DefaultComponentMetadataAst - Class in org.mule.runtime.ast.internal
 
DefaultComponentMetadataAst.Builder - Class in org.mule.runtime.ast.internal
 
directChildrenSpliterator() - Method in interface org.mule.runtime.ast.api.ComponentAst
 
directChildrenStream() - Method in interface org.mule.runtime.ast.api.ComponentAst
 

E

emptyArtifact() - Static method in class org.mule.runtime.ast.api.util.MuleAstUtils
Provides a singleton empty ArtifactAst instance.

F

FilteredArtifactAst - Class in org.mule.runtime.ast.internal
 
FilteredArtifactAst(ArtifactAst, Predicate<ComponentAst>) - Constructor for class org.mule.runtime.ast.internal.FilteredArtifactAst
 

G

getComponentId() - Method in interface org.mule.runtime.ast.api.ComponentAst
 
getComponentType() - Method in interface org.mule.runtime.ast.api.ComponentAst
 
getDocAttributes() - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst
 
getDocAttributes() - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst
 
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
 
getFileName() - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst
 
getFileName() - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst
 
getIdentifier() - Method in interface org.mule.runtime.ast.api.ComponentAst
 
getLocation() - Method in interface org.mule.runtime.ast.api.ComponentAst
 
getMetadata() - Method in interface org.mule.runtime.ast.api.ComponentAst
 
getMetadata() - Method in interface org.mule.runtime.ast.api.ComponentParameterAst
 
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
 
getParameter(String) - Method in interface org.mule.runtime.ast.api.ComponentAst
 
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.
getParserAttributes() - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst
 
getParserAttributes() - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst
 
getRawParameterValue(String) - Method in interface org.mule.runtime.ast.api.ComponentAst
Deprecated.
Use ComponentAst.getParameter(String) instead. This will removed before 1.0.0.
getRawValue() - Method in interface org.mule.runtime.ast.api.ComponentParameterAst
 
getSourceCode() - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst
 
getSourceCode() - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst
 
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
 
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.

M

MuleAstUtils - Class in org.mule.runtime.ast.api.util
Set of utility methods for working with ArtifactAsts and ComponentAsts.

O

org.mule.runtime.ast.api - package org.mule.runtime.ast.api
 
org.mule.runtime.ast.api.util - package org.mule.runtime.ast.api.util
 
org.mule.runtime.ast.internal - package org.mule.runtime.ast.internal
 

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.
putDocAttribute(String, String) - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst.Builder
 
putDocAttribute(String, String) - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst.Builder
 
putParserAttribute(String, Object) - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst.Builder
 
putParserAttribute(String, Object) - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst.Builder
 

R

recursiveSpliterator() - Method in interface org.mule.runtime.ast.api.ArtifactAst
 
recursiveSpliterator() - Method in interface org.mule.runtime.ast.api.ComponentAst
 
recursiveSpliterator() - Method in class org.mule.runtime.ast.internal.FilteredArtifactAst
 
recursiveStream() - Method in interface org.mule.runtime.ast.api.ArtifactAst
 
recursiveStream() - Method in interface org.mule.runtime.ast.api.ComponentAst
 
recursiveStream() - Method in class org.mule.runtime.ast.internal.FilteredArtifactAst
 
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.

S

setEndColumn(int) - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst.Builder
 
setEndColumn(int) - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst.Builder
 
setEndLine(int) - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst.Builder
 
setEndLine(int) - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst.Builder
 
setFileName(String) - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst.Builder
 
setFileName(String) - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst.Builder
 
setSourceCode(String) - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst.Builder
 
setSourceCode(String) - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst.Builder
 
setStartColumn(int) - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst.Builder
 
setStartColumn(int) - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst.Builder
 
setStartLine(int) - Method in interface org.mule.runtime.ast.api.ComponentMetadataAst.Builder
 
setStartLine(int) - Method in class org.mule.runtime.ast.internal.DefaultComponentMetadataAst.Builder
 

T

topLevelComponentsSpliterator() - Method in interface org.mule.runtime.ast.api.ArtifactAst
 
topLevelComponentsSpliterator() - Method in class org.mule.runtime.ast.internal.FilteredArtifactAst
 
topLevelComponentsStream() - Method in interface org.mule.runtime.ast.api.ArtifactAst
 
topLevelComponentsStream() - Method in class org.mule.runtime.ast.internal.FilteredArtifactAst
 
A B C D E F G M O P R S T 
Skip navigation links

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