| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.history.Historian
oracle.ide.model.TextNodeHistorian
public class TextNodeHistorian
TextNodeHistorian is a subclass of Historian which has been optimized for working with the TextBuffer storage of a TextNode while taking into account the expected save encoding.
| Constructor Summary | |
|---|---|
TextNodeHistorian()
 | 
|
| Method Summary | |
|---|---|
 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.  | 
| Methods inherited from class oracle.ide.history.Historian | 
|---|
copy | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public TextNodeHistorian()
| Method Detail | 
|---|
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.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||