public final class ConfigNodePath extends Identifier<java.lang.String>
identifier| 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. 
 | 
equals, hashCode, id, toString