|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConfigNode
Represents a node in the configuration repository.
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.
Method Summary | |
---|---|
String |
getAddress()
Get a node's address |
IConfigRepository |
getRepository()
Get the container repository |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |