java.lang.Object
org.mule.runtime.dsl.api.xml.parser.ConfigFile
All Implemented Interfaces:
Comparable<ConfigFile>

@NoExtend @NoInstantiate @Deprecated public final class ConfigFile extends Object implements Comparable<ConfigFile>
Deprecated.
From 4.4 onwards, use the mule-artifact-ast-xml-parser module.
Represents an artifact configuration file and it's content in hierarchical format. A ConfigFile has a set of ConfigLine which represents the global definitions in the configuration file. Each ConfigLine may have nested ConfigLines inside.
Since:
4.0
  • Constructor Details

  • Method Details

    • getFilename

      public String getFilename()
      Deprecated.
      Returns:
      the configuration file name
    • getConfigLines

      public List<ConfigLine> getConfigLines()
      Deprecated.
      Returns:
      the configuration file lines as a list in the same order as they appear in the file.
    • compareTo

      public int compareTo(ConfigFile o)
      Deprecated.
      Specified by:
      compareTo in interface Comparable<ConfigFile>