org.eclipse.mat.snapshot
Class MultipleSnapshotsException.Context
java.lang.Object
org.eclipse.mat.snapshot.MultipleSnapshotsException.Context
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- MultipleSnapshotsException
public static class MultipleSnapshotsException.Context
- extends Object
- implements Serializable
Experimental - the form and name of this class is subject to change
- See Also:
- Serialized Form
MultipleSnapshotsException.Context
public MultipleSnapshotsException.Context(String runtimeId)
getRuntimeId
public String getRuntimeId()
setRuntimeId
public void setRuntimeId(String runtimeId)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
addOption
public void addOption(String optionString)
getOptions
public List<String> getOptions()
getDescription
public String getDescription()
setDescription
public void setDescription(String description)