Uses of Interface
org.mule.runtime.ast.api.builder.ComponentMetadataAstBuilder
Packages that use ComponentMetadataAstBuilder
-
Uses of ComponentMetadataAstBuilder in org.mule.runtime.ast.api.builder
Methods in org.mule.runtime.ast.api.builder that return ComponentMetadataAstBuilderModifier and TypeMethodDescriptionArtifactAstBuilder.createMetadataBuilder()ComponentMetadataAstBuilder.putDocAttribute(String key, String value) Puts s document attribute value in the metadata.ComponentMetadataAstBuilder.putParserAttribute(String key, Object value) Puts a parser attribute value in the metadata.ComponentMetadataAstBuilder.putParserAttribute(AstParserAttribute<T> attribute, T value) Puts a parser attribute value in the metadata.ComponentMetadataAstBuilder.setEndColumn(int endColumn) Sets the end column for the metadata.ComponentMetadataAstBuilder.setEndLine(int endLine) Sets the last line for the metadata.ComponentMetadataAstBuilder.setFileName(String fileName) Sets the file name for the metadata.ComponentMetadataAstBuilder.setFileUri(URI fileUri) Sets the config file URI for the metadata.ComponentMetadataAstBuilder.setImportChain(List<ImportedResource> importChain) Sets the import chain for the metadata.ComponentMetadataAstBuilder.setSourceCode(String sourceCode) Sets the source code for the metadata.ComponentMetadataAstBuilder.setStartColumn(int startColumn) Sets the start column for the metadata.ComponentMetadataAstBuilder.setStartLine(int startLine) Sets the start line for the metadata. -
Uses of ComponentMetadataAstBuilder in org.mule.runtime.ast.internal.builder
Methods in org.mule.runtime.ast.internal.builder that return ComponentMetadataAstBuilder