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:
  • Constructor Details

    • Context

      public Context(String runtimeId)
  • Method Details

    • 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)