| Package | Description |
|---|---|
| org.mule.runtime.dsl.api.xml.parser | |
| org.mule.runtime.dsl.internal.xml.parser |
| Modifier and Type | Method and Description |
|---|---|
ConfigLine |
ConfigLine.Builder.build() |
ConfigLine |
ConfigLineProvider.getConfigLine()
Deprecated.
|
ConfigLine |
ConfigLine.getParent()
Deprecated.
since 1.4 Use the AST instead to navigate the structure.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConfigLine> |
ConfigLine.getChildren()
Deprecated.
|
List<ConfigLine> |
ConfigFile.getConfigLines()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigLine.Builder |
ConfigLine.Builder.addChild(ConfigLine line) |
| Constructor and Description |
|---|
ConfigFile(String filename,
List<ConfigLine> configLines)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ConfigLine> |
XmlApplicationParser.parse(Element configElement)
Deprecated.
From 4.4 onwards, use the
mule-artifact-ast-xml-parser module. |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.