|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConfigContentNode
Represents a node in the configuration repository that has some content.
| Method Summary | |
|---|---|
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) |
| Methods inherited from interface com.neeve.config.IConfigNode |
|---|
getAddress, getRepository |
| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||