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, toStringgetTracerequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcleargetAddress, getRepositorypublic final void setDirty(boolean val)
IConfigContentNode.setDirty(boolean)setDirty in interface IConfigContentNodeval - 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 IConfigContentNodeCopyright © 2019 Neeve Research, LLC. All Rights Reserved.