|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfacets.util.Tracer
facets.util.datatree.Nodes.TreeRoot
public abstract static class Nodes.TreeRoot
Provides for (de)persisting the contents of a DataNode
.
Field Summary | |
---|---|
DataNode |
tree
Root node of the tree to read or write. |
Constructor Summary | |
---|---|
Nodes.TreeRoot(DataNode node)
Unique constructor. |
Method Summary | |
---|---|
abstract void |
readFromSource(java.lang.Object src)
Read content into tree . |
abstract void |
writeToSink(java.lang.Object sink)
Write out content of tree . |
Methods inherited from class facets.util.Tracer |
---|
trace, trace, trace, trace, trace, traceDebug, traceDebug, traceObjectText, traceOutput, traceOutputWithClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final DataNode tree
Constructor Detail |
---|
public Nodes.TreeRoot(DataNode node)
node
- to (de)persistMethod Detail |
---|
public abstract void readFromSource(java.lang.Object src) throws java.io.IOException
tree
.
java.io.IOException
public abstract void writeToSink(java.lang.Object sink) throws java.io.IOException
tree
.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |