public final class ConfigNodePath
extends org.onlab.util.Identifier<java.lang.String>
| Constructor and Description |
|---|
ConfigNodePath(java.lang.String parentKey,
java.lang.String nodeKey)
Creates a new ConfigNodePath from parentKey and nodeKey.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
nodeKey()
Returns the node key.
|
java.lang.String |
parentKey()
Returns the parent key.
|