public class IdvStateCollector extends Object implements StateCollector
Modifier and Type | Field and Description |
---|---|
private static String |
BUNDLE_FILENAME |
private static String |
EXTRA_FILENAME |
private IntegratedDataViewer |
idv |
Constructor and Description |
---|
IdvStateCollector(IntegratedDataViewer idv) |
Modifier and Type | Method and Description |
---|---|
boolean |
canBundleState() |
String |
getBundleAttachmentName() |
byte[] |
getBundledState() |
byte[] |
getContents() |
String |
getContentsAsString() |
String |
getExtraAttachmentName() |
String |
getLogPath() |
String |
getPrefsPath() |
String |
toString() |
private IntegratedDataViewer idv
private static final String BUNDLE_FILENAME
private static final String EXTRA_FILENAME
public IdvStateCollector(IntegratedDataViewer idv)
public String getBundleAttachmentName()
getBundleAttachmentName
in interface StateCollector
public String getExtraAttachmentName()
getExtraAttachmentName
in interface StateCollector
public String getContentsAsString()
getContentsAsString
in interface StateCollector
public byte[] getContents()
getContents
in interface StateCollector
public String toString()
toString
in interface StateCollector
toString
in class Object
public boolean canBundleState()
canBundleState
in interface StateCollector
public byte[] getBundledState()
getBundledState
in interface StateCollector
public String getLogPath()
getLogPath
in interface StateCollector
public String getPrefsPath()
getPrefsPath
in interface StateCollector