public class TextNodeHistorian extends Historian
| Constructor and Description |
|---|
TextNodeHistorian() |
| Modifier and Type | Method and Description |
|---|---|
void |
recordContents(java.net.URL srcUrl, java.net.URL dstUrl)
Persist the current contents of the Node located at the given source URL into the given destination URL.
|
public void recordContents(java.net.URL srcUrl,
java.net.URL dstUrl)
throws java.lang.Exception
recordContents in class HistoriansrcUrl - the source location whose contents are to be recorded.dstUrl - the destination location at which to record the contents.java.lang.Exception - on failure.