edu.wisc.ssec.mcidasv.supportform
Class IdvStateCollector

java.lang.Object
  extended by edu.wisc.ssec.mcidasv.supportform.IdvStateCollector
All Implemented Interfaces:
StateCollector

public class IdvStateCollector
extends Object
implements StateCollector


Field Summary
private static String BUNDLE_FILENAME
           
private static String EXTRA_FILENAME
           
private  IntegratedDataViewer idv
           
 
Constructor Summary
IdvStateCollector(IntegratedDataViewer idv)
           
 
Method Summary
 boolean canBundleState()
           
 String getBundleAttachmentName()
           
 byte[] getBundledState()
           
 byte[] getContents()
           
 String getContentsAsString()
           
 String getExtraAttachmentName()
           
 String getLogPath()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

idv

private IntegratedDataViewer idv

BUNDLE_FILENAME

private static final String BUNDLE_FILENAME
See Also:
Constant Field Values

EXTRA_FILENAME

private static final String EXTRA_FILENAME
See Also:
Constant Field Values
Constructor Detail

IdvStateCollector

public IdvStateCollector(IntegratedDataViewer idv)
Method Detail

getBundleAttachmentName

public String getBundleAttachmentName()
Specified by:
getBundleAttachmentName in interface StateCollector

getExtraAttachmentName

public String getExtraAttachmentName()
Specified by:
getExtraAttachmentName in interface StateCollector

getContentsAsString

public String getContentsAsString()
Specified by:
getContentsAsString in interface StateCollector

getContents

public byte[] getContents()
Specified by:
getContents in interface StateCollector

toString

public String toString()
Specified by:
toString in interface StateCollector
Overrides:
toString in class Object

canBundleState

public boolean canBundleState()
Specified by:
canBundleState in interface StateCollector

getBundledState

public byte[] getBundledState()
Specified by:
getBundledState in interface StateCollector

getLogPath

public String getLogPath()
Specified by:
getLogPath in interface StateCollector