java.lang.Object
org.mule.runtime.dsl.api.xml.parser.ConfigLine

@NoExtend @NoInstantiate @Deprecated public final class ConfigLine extends Object
Deprecated.
From 4.4 onwards, use the mule-artifact-ast module.
A configuration line represents the data within a line in a configuration file
Since:
4.0
  • Constructor Details

    • ConfigLine

      public ConfigLine()
      Deprecated.
  • Method Details

    • getNamespace

      public String getNamespace()
      Deprecated.
    • getNamespaceUri

      public String getNamespaceUri()
      Deprecated.
    • getIdentifier

      public String getIdentifier()
      Deprecated.
    • getConfigAttributes

      public Map<String,SimpleConfigAttribute> getConfigAttributes()
      Deprecated.
    • getCustomAttributes

      public Map<String,Object> getCustomAttributes()
      Deprecated.
    • getChildren

      public List<ConfigLine> getChildren()
      Deprecated.
    • getParent

      @Deprecated public ConfigLine getParent()
      Deprecated.
      since 1.4 Use the AST instead to navigate the structure.
    • getTextContent

      public String getTextContent()
      Deprecated.
    • getLineNumber

      public int getLineNumber()
      Deprecated.
      Returns:
      the first line number in which the config line was defined in the configuration file.
    • getStartColumn

      public int getStartColumn()
      Deprecated.
      Returns:
      the start column in which the config line was defined in the configuration file.
    • getSourceCode

      public String getSourceCode()
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object