mule-artifact-ast-xml-parser module.@NoExtend @NoInstantiate @Deprecated public final class ConfigFile extends Object implements Comparable<ConfigFile>
ConfigFile has a set of ConfigLine which represents the global definitions in the configuration file.
Each ConfigLine may have nested ConfigLines inside.| Constructor and Description |
|---|
ConfigFile(String filename,
List<ConfigLine> configLines)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ConfigFile o)
Deprecated.
|
List<ConfigLine> |
getConfigLines()
Deprecated.
|
String |
getFilename()
Deprecated.
|
public ConfigFile(String filename, List<ConfigLine> configLines)
public String getFilename()
public List<ConfigLine> getConfigLines()
public int compareTo(ConfigFile o)
compareTo in interface Comparable<ConfigFile>Copyright © 2022 MuleSoft, Inc.. All rights reserved.