mule-artifact-ast module.@NoExtend @NoInstantiate @Deprecated public final class ConfigLine extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigLine.Builder
Deprecated.
|
| Constructor and Description |
|---|
ConfigLine()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Deprecated.
|
List<ConfigLine> |
getChildren()
Deprecated.
|
Map<String,SimpleConfigAttribute> |
getConfigAttributes()
Deprecated.
|
Map<String,Object> |
getCustomAttributes()
Deprecated.
|
String |
getIdentifier()
Deprecated.
|
int |
getLineNumber()
Deprecated.
|
String |
getNamespace()
Deprecated.
|
String |
getNamespaceUri()
Deprecated.
|
ConfigLine |
getParent()
Deprecated.
since 1.4 Use the AST instead to navigate the structure.
|
String |
getSourceCode()
Deprecated.
|
int |
getStartColumn()
Deprecated.
|
String |
getTextContent()
Deprecated.
|
int |
hashCode()
Deprecated.
|
public String getNamespace()
public String getNamespaceUri()
public String getIdentifier()
public Map<String,SimpleConfigAttribute> getConfigAttributes()
public List<ConfigLine> getChildren()
@Deprecated public ConfigLine getParent()
public String getTextContent()
public int getLineNumber()
public int getStartColumn()
public String getSourceCode()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.