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.
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.Deprecated.Deprecated.
-
Constructor Details
-
ConfigFile
Deprecated.
-
-
Method Details
-
getFilename
Deprecated.- Returns:
- the configuration file name
-
getConfigLines
Deprecated.- Returns:
- the configuration file lines as a list in the same order as they appear in the file.
-
compareTo
Deprecated.- Specified by:
compareToin interfaceComparable<ConfigFile>
-
mule-artifact-ast-xml-parsermodule.