public class SimpleStateCollector extends Object implements StateCollector
Constructor and Description |
---|
SimpleStateCollector() |
Modifier and Type | Method and Description |
---|---|
boolean |
canBundleState() |
String |
getBundleAttachmentName() |
byte[] |
getBundledState() |
byte[] |
getContents() |
String |
getContentsAsString() |
String |
getExtraAttachmentName() |
String |
getLogPath() |
String |
getPrefsPath() |
String |
toString() |
public SimpleStateCollector()
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