Index
All Classes and Interfaces|All Packages
A
- ANNOTATIONS_IDENTIFIER - Static variable in interface org.mule.runtime.ast.api.xml.AstXmlParser
- AstXmlParser - Interface in org.mule.runtime.ast.api.xml
-
Provides a mechanism to parse a XML config for a deployable mule artifact into an
ArtifactAst. - AstXmlParser.Builder - Class in org.mule.runtime.ast.api.xml
-
A builder for creating
AstXmlParserinstances. - AstXmlParserAttribute<T> - Class in org.mule.runtime.ast.api.xml
-
XML-specific parsing attributes.
B
- build() - Method in class org.mule.runtime.ast.api.xml.AstXmlParser.Builder
-
Creates a new
ArtifactAstaccording to the state set to this builder. - builder() - Static method in interface org.mule.runtime.ast.api.xml.AstXmlParser
-
Creates a builder for an
AstXmlParser. - Builder() - Constructor for class org.mule.runtime.ast.api.xml.AstXmlParser.Builder
C
- CLOSING_TAG_END_COLUMN - Static variable in class org.mule.runtime.ast.api.xml.AstXmlParserAttribute
- CLOSING_TAG_END_LINE - Static variable in class org.mule.runtime.ast.api.xml.AstXmlParserAttribute
- CLOSING_TAG_START_COLUMN - Static variable in class org.mule.runtime.ast.api.xml.AstXmlParserAttribute
- CLOSING_TAG_START_LINE - Static variable in class org.mule.runtime.ast.api.xml.AstXmlParserAttribute
D
- DOMAIN_ROOT_IDENTIFIER - Static variable in interface org.mule.runtime.ast.api.xml.AstXmlParser
I
- IMPORT_IDENTIFIER - Static variable in interface org.mule.runtime.ast.api.xml.AstXmlParser
- IS_CDATA - Static variable in class org.mule.runtime.ast.api.xml.AstXmlParserAttribute
- IS_SELF_CLOSING - Static variable in class org.mule.runtime.ast.api.xml.AstXmlParserAttribute
M
- MULE_ROOT_IDENTIFIER - Static variable in interface org.mule.runtime.ast.api.xml.AstXmlParser
O
- OPENING_TAG_END_COLUMN - Static variable in class org.mule.runtime.ast.api.xml.AstXmlParserAttribute
- OPENING_TAG_END_LINE - Static variable in class org.mule.runtime.ast.api.xml.AstXmlParserAttribute
- OPENING_TAG_START_COLUMN - Static variable in class org.mule.runtime.ast.api.xml.AstXmlParserAttribute
- OPENING_TAG_START_LINE - Static variable in class org.mule.runtime.ast.api.xml.AstXmlParserAttribute
- org.mule.runtime.artifact.ast.xmlParser - module org.mule.runtime.artifact.ast.xmlParser
-
Mule Artifact AST - Serialization
- org.mule.runtime.ast.api.xml - package org.mule.runtime.ast.api.xml
P
- parse(String, InputStream) - Method in interface org.mule.runtime.ast.api.xml.AstXmlParser
-
Generate a new
ArtifactAstrepresentation form the XML read from the provided inputStream. - parse(String, String, InputStream) - Method in interface org.mule.runtime.ast.api.xml.AstXmlParser
-
Generate a new
ArtifactAstrepresentation form the XML read from the provided inputStream. - parse(String, URI...) - Method in interface org.mule.runtime.ast.api.xml.AstXmlParser
-
Generate a new
ArtifactAstrepresentation form the XML read from the provided uris. - parse(String, URL...) - Method in interface org.mule.runtime.ast.api.xml.AstXmlParser
-
Generate a new
ArtifactAstrepresentation form the XML read from the provided urls. - parse(String, List<Pair<String, InputStream>>) - Method in interface org.mule.runtime.ast.api.xml.AstXmlParser
-
Generate a new
ArtifactAstrepresentation form the XML read from the provided inputStreams. - parse(String, ConfigResource...) - Method in interface org.mule.runtime.ast.api.xml.AstXmlParser
-
Generate a new
ArtifactAstrepresentation form the XML read from the provided inputStreams. - parse(URI...) - Method in interface org.mule.runtime.ast.api.xml.AstXmlParser
-
Generate a new
ArtifactAstrepresentation form the XML read from the provided uris. - parse(URL...) - Method in interface org.mule.runtime.ast.api.xml.AstXmlParser
-
Generate a new
ArtifactAstrepresentation form the XML read from the provided urls. - parse(List<Pair<String, InputStream>>) - Method in interface org.mule.runtime.ast.api.xml.AstXmlParser
-
Generate a new
ArtifactAstrepresentation form the XML read from the provided inputStreams. - parse(ConfigResource...) - Method in interface org.mule.runtime.ast.api.xml.AstXmlParser
-
Generate a new
ArtifactAstrepresentation form the XML read from the provided inputStreams. - parseDocument(String, List<Pair<String, Document>>) - Method in interface org.mule.runtime.ast.api.xml.AstXmlParser
-
Generate a new
ArtifactAstrepresentation from the XML DOM tree. - parseDocument(List<Pair<String, Document>>) - Method in interface org.mule.runtime.ast.api.xml.AstXmlParser
-
Generate a new
ArtifactAstrepresentation form the XML DOM tree.
W
- withArtifactType(ArtifactType) - Method in class org.mule.runtime.ast.api.xml.AstXmlParser.Builder
-
Set the
ArtifactTypeof the targetArtifactAst - withExtensionModel(ExtensionModel) - Method in class org.mule.runtime.ast.api.xml.AstXmlParser.Builder
-
Add an extension model for the parser.
- withExtensionModels(Collection<ExtensionModel>) - Method in class org.mule.runtime.ast.api.xml.AstXmlParser.Builder
-
Add an extension model for the parser.
- withLegacyFailStrategy() - Method in class org.mule.runtime.ast.api.xml.AstXmlParser.Builder
- withParentArtifact(ArtifactAst) - Method in class org.mule.runtime.ast.api.xml.AstXmlParser.Builder
-
Set the
ArtifactAstfrom the parent artifact (i.e.: the parent domain) - withPropertyResolver(ParsingPropertyResolver) - Method in class org.mule.runtime.ast.api.xml.AstXmlParser.Builder
-
Sets the
propertyResolverto be used to resolve property placeholders ({@code ${...}) found in the config. @param propertyResolver the property resolver to be used by the created {@link ArtifactAst}s. @return the updated builder. - withSchemaValidationsDisabled() - Method in class org.mule.runtime.ast.api.xml.AstXmlParser.Builder
-
Disables schema validations during the parse process.
All Classes and Interfaces|All Packages