java.lang.Object
org.mule.runtime.dsl.api.xml.parser.ConfigLine
Deprecated.
A configuration line represents the data within a line in a configuration file
- Since:
- 4.0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.intDeprecated.Deprecated.Deprecated.Deprecated.since 1.4 Use the AST instead to navigate the structure.Deprecated.intDeprecated.Deprecated.inthashCode()Deprecated.
-
Constructor Details
-
ConfigLine
public ConfigLine()Deprecated.
-
-
Method Details
-
getNamespace
Deprecated. -
getNamespaceUri
Deprecated. -
getIdentifier
Deprecated. -
getConfigAttributes
Deprecated. -
getCustomAttributes
Deprecated. -
getChildren
Deprecated. -
getParent
Deprecated.since 1.4 Use the AST instead to navigate the structure. -
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
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-
mule-artifact-astmodule.