com.neeve.config
Interface IConfigNode

All Known Subinterfaces:
IConfigComplexEntity, IConfigComplexEntityContainer, IConfigContentNode, IConfigEntity, IConfigEntityContainer<T>, IConfigSimpleEntity, IConfigSimpleEntityContainer

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.

Threading:
This class is not safe for concurrent access by multiple threads

Method Summary
 String getAddress()
          Get a node's address
 IConfigRepository getRepository()
          Get the container repository
 

Method Detail

getAddress

String getAddress()
Get a node's address

Threading:
This class is safe for concurrent access by multiple threads

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 '/')


getRepository

IConfigRepository getRepository()
Get the container repository

Threading:
This class is safe for concurrent access by multiple threads


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.