Uses of Class
org.eclipse.mat.snapshot.SnapshotFormat
Packages that use SnapshotFormat
Package
Description
Implementations for building the snapshot (not API).
Input/output utilities for the parser component (not API).
The Snapshot API, a VM independent way of looking at a snapshot of the state of objects in a heap.
-
Uses of SnapshotFormat in org.eclipse.mat.parser.internal
Methods in org.eclipse.mat.parser.internal that return types with arguments of type SnapshotFormat -
Uses of SnapshotFormat in org.eclipse.mat.parser.internal.util
Methods in org.eclipse.mat.parser.internal.util that return SnapshotFormatConstructors in org.eclipse.mat.parser.internal.util with parameters of type SnapshotFormatModifierConstructorDescriptionDynamicParser
(IConfigurationElement configElement, SnapshotFormat snapshotFormat, Pattern[] pattern) -
Uses of SnapshotFormat in org.eclipse.mat.snapshot
Methods in org.eclipse.mat.snapshot that return types with arguments of type SnapshotFormatModifier and TypeMethodDescriptionstatic List<SnapshotFormat>
SnapshotFactory.getSupportedFormats()
Get the types of the parsers.SnapshotFactory.Implementation.getSupportedFormats()
Show which parsers the factory handles