Package | Description |
---|---|
org.eclipse.mat.internal.collectionextract | |
org.eclipse.mat.snapshot.extension |
Interfaces that extend the information extracted from heap dumps like threads, name resolvers etc.
|
Modifier and Type | Method and Description |
---|---|
static JdkVersion |
ExtractionUtils.resolveVersion(ISnapshot snapshot) |
Modifier and Type | Field and Description |
---|---|
static EnumSet<JdkVersion> |
JdkVersion.ALL |
EnumSet<JdkVersion> |
CollectionExtractionInfo.version |
Modifier and Type | Method and Description |
---|---|
static JdkVersion |
JdkVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JdkVersion[] |
JdkVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<JdkVersion> |
JdkVersion.except(JdkVersion first,
JdkVersion... rest) |
static EnumSet<JdkVersion> |
JdkVersion.of(JdkVersion first,
JdkVersion... rest) |
Modifier and Type | Method and Description |
---|---|
static EnumSet<JdkVersion> |
JdkVersion.except(JdkVersion first,
JdkVersion... rest) |
static EnumSet<JdkVersion> |
JdkVersion.except(JdkVersion first,
JdkVersion... rest) |
static EnumSet<JdkVersion> |
JdkVersion.of(JdkVersion first,
JdkVersion... rest) |
static EnumSet<JdkVersion> |
JdkVersion.of(JdkVersion first,
JdkVersion... rest) |
Constructor and Description |
---|
CollectionExtractionInfo(String className,
JdkVersion version,
ICollectionExtractor extractor) |
Constructor and Description |
---|
CollectionExtractionInfo(String className,
EnumSet<JdkVersion> version,
ICollectionExtractor extractor) |