|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SnapshotFormat | |
---|---|
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. |
Uses of SnapshotFormat in org.eclipse.mat.parser.internal |
---|
Methods in org.eclipse.mat.parser.internal that return types with arguments of type SnapshotFormat | |
---|---|
java.util.List<SnapshotFormat> |
SnapshotFactoryImpl.getSupportedFormats()
|
Uses of SnapshotFormat in org.eclipse.mat.parser.internal.util |
---|
Methods in org.eclipse.mat.parser.internal.util that return SnapshotFormat | |
---|---|
SnapshotFormat |
ParserRegistry.Parser.getSnapshotFormat()
|
Constructors in org.eclipse.mat.parser.internal.util with parameters of type SnapshotFormat | |
---|---|
ParserRegistry.DynamicParser(IConfigurationElement configElement,
SnapshotFormat snapshotFormat,
java.util.regex.Pattern[] pattern)
|
Uses of SnapshotFormat in org.eclipse.mat.snapshot |
---|
Methods in org.eclipse.mat.snapshot that return types with arguments of type SnapshotFormat | |
---|---|
static java.util.List<SnapshotFormat> |
SnapshotFactory.getSupportedFormats()
Get the types of the parsers. |
java.util.List<SnapshotFormat> |
SnapshotFactory.Implementation.getSupportedFormats()
Show which parsers the factory handles |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |