public interface IConfigNode
An X Platform configuration repository organizes configuration artifacts hierarchically. This interface represents a node in that hierarchy. Each node has a name and an address i.e. the path from the root of the tree to the node.
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Get a node's address
|
IConfigRepository |
getRepository()
Get the container repository
|
String getAddress()
A node's address is the path of the node from the top of the configuration tree represented as a string (tree level's separated using '/')
IConfigRepository getRepository()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.