Package | Description |
---|---|
org.eclipse.mat.parser.internal |
Implementations for building the snapshot (not API).
|
org.eclipse.mat.parser.internal.util |
Input/output utilities for the parser component (not API).
|
org.eclipse.mat.snapshot |
The Snapshot API, a VM independent way of looking at a snapshot of the state of objects in a heap.
|
Modifier and Type | Method and Description |
---|---|
List<SnapshotFormat> |
SnapshotFactoryImpl.getSupportedFormats() |
Modifier and Type | Method and Description |
---|---|
SnapshotFormat |
ParserRegistry.Parser.getSnapshotFormat() |
Constructor and Description |
---|
DynamicParser(IConfigurationElement configElement,
SnapshotFormat snapshotFormat,
Pattern[] pattern) |
Modifier and Type | Method and Description |
---|---|
static List<SnapshotFormat> |
SnapshotFactory.getSupportedFormats()
Get the types of the parsers.
|
List<SnapshotFormat> |
SnapshotFactory.Implementation.getSupportedFormats()
Show which parsers the factory handles
|