edu.wisc.ssec.mcidasv.supportform
Class SimpleStateCollector

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

public class SimpleStateCollector
extends Object
implements StateCollector


Constructor Summary
SimpleStateCollector()
           
 
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
 

Constructor Detail

SimpleStateCollector

public SimpleStateCollector()
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