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
|
getTracer
public final IConfigRepository getRepository()
IConfigNode.getRepository()
getRepository
in interface IConfigNode
public final String getAddress()
IConfigNode.getAddress()
getAddress
in interface IConfigNode
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.