cs.arizona.tau.xml
Class DoSVUnSquashing

java.lang.Object
  extended by cs.arizona.tau.xml.DoSVUnSquashing
All Implemented Interfaces:
IDoUnSquashing

public class DoSVUnSquashing
extends java.lang.Object
implements IDoUnSquashing

Author:
Shailesh Joshi

Constructor Summary
DoSVUnSquashing()
           
 
Method Summary
 org.w3c.dom.Document getSnapshot(java.lang.String temporalDocument, java.lang.String strDate)
           
 java.util.ArrayList getSnapshots()
           
 java.util.Hashtable unSquash(java.lang.String tempDataDir, java.lang.String strTemporalDoc)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoSVUnSquashing

public DoSVUnSquashing()
Method Detail

getSnapshots

public java.util.ArrayList getSnapshots()
Specified by:
getSnapshots in interface IDoUnSquashing

unSquash

public java.util.Hashtable unSquash(java.lang.String tempDataDir,
                                    java.lang.String strTemporalDoc)
Specified by:
unSquash in interface IDoUnSquashing

getSnapshot

public org.w3c.dom.Document getSnapshot(java.lang.String temporalDocument,
                                        java.lang.String strDate)