Uses of Class
org.mule.runtime.dsl.api.xml.parser.ConfigLine
Packages that use ConfigLine
-
Uses of ConfigLine in org.mule.runtime.dsl.api.xml.parser
Methods in org.mule.runtime.dsl.api.xml.parser that return ConfigLineModifier and TypeMethodDescriptionConfigLine.Builder.build()ConfigLineProvider.getConfigLine()Deprecated.ConfigLine.getParent()Deprecated.since 1.4 Use the AST instead to navigate the structure.Methods in org.mule.runtime.dsl.api.xml.parser that return types with arguments of type ConfigLineModifier and TypeMethodDescriptionConfigLine.getChildren()Deprecated.ConfigFile.getConfigLines()Deprecated.static Optional<ConfigLine>XmlApplicationParserUtils.parse(List<XmlNamespaceInfoProvider> namespaceInfoProviders, Element configElement) Creates a new instance ofXmlApplicationParser.Methods in org.mule.runtime.dsl.api.xml.parser with parameters of type ConfigLineConstructor parameters in org.mule.runtime.dsl.api.xml.parser with type arguments of type ConfigLineModifierConstructorDescriptionConfigFile(String filename, List<ConfigLine> configLines) Deprecated. -
Uses of ConfigLine in org.mule.runtime.dsl.internal.xml.parser
Methods in org.mule.runtime.dsl.internal.xml.parser that return types with arguments of type ConfigLineModifier and TypeMethodDescriptionDeprecated.From 4.4 onwards, use themule-artifact-ast-xml-parsermodule.