public abstract class ConfigNodeBase extends ConfigObject implements IConfigNode
This class supplies the base implementation for a configuration node. The provider should extend this class and complete the implementation.
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Implementation of
IConfigNode.getAddress() |
IConfigRepository |
getRepository()
Implementation of
IConfigNode.getRepository() |
String |
toString()
Returns a string representation of the entity object
|
getTracerpublic final IConfigRepository getRepository()
IConfigNode.getRepository()getRepository in interface IConfigNodepublic final String getAddress()
IConfigNode.getAddress()getAddress in interface IConfigNodeCopyright © 2019 Neeve Research, LLC. All Rights Reserved.