public class ConfigNodeUtil
extends java.lang.Object
ConfigNode's
Constructor and Description |
---|
ConfigNodeUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getFullyQualifiedName(ConfigNode configNode,
java.lang.String separatorSequence)
Runs through all parents of the node until the root of the tree and forms
the FQN of the node by combining the names of all parents while using the
given separatorSequence
|
public static java.lang.String getFullyQualifiedName(ConfigNode configNode, java.lang.String separatorSequence)