public abstract class ConfigContentNodeBase extends ConfigNodeBase implements IConfigContentNode
This class supplies the base implementation for a configuration content node. The provider should extend this class and complete the implementation.
Modifier and Type | Method and Description |
---|---|
boolean |
isDirty()
Implementation of
IConfigContentNode.isDirty() |
void |
setDirty(boolean val)
Implementation of
IConfigContentNode.setDirty(boolean) |
getAddress, getRepository, toString
getTracer
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
clear
getAddress, getRepository
public final void setDirty(boolean val)
IConfigContentNode.setDirty(boolean)
setDirty
in interface IConfigContentNode
val
- A value of true sets the node as dirty and false
sets the node as clean (committed)public final boolean isDirty()
IConfigContentNode.isDirty()
isDirty
in interface IConfigContentNode
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.