public interface IConfigContentNode extends IConfigNode
Modifier and Type | Method and Description |
---|---|
IConfigContentNode |
clear()
Clear a node's content
This method clears a node's content.
|
boolean |
isDirty()
Get a node's dirty (uncommitted) state.
|
void |
setDirty(boolean val)
Set a node's dirty state (uncommitted)
|
getAddress, getRepository
IConfigContentNode clear()
This method clears a node's content. This change will not reflect durably
until the changes are committed using IConfigRepository.commit()
.
void setDirty(boolean val)
val
- A value of true sets the node as dirty and false
sets the node as clean (committed)boolean isDirty()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.