Package org.eclipse.mat.parser.internal
Class SnapshotImplBuilder
java.lang.Object
org.eclipse.mat.parser.internal.SnapshotImplBuilder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(ParserRegistry.Parser parser, IProgressListener listener) getRoots()
void
setArrayObjects
(BitField arrayObjects) void
setClassCache
(HashMapIntObject<ClassImpl> classCache) void
setIndexManager
(IndexManager indexManager) void
setRoots
(HashMapIntObject<XGCRootInfo[]> roots) void
setRootsPerThread
(HashMapIntObject<HashMapIntObject<XGCRootInfo[]>> rootsPerThread)
-
Constructor Details
-
SnapshotImplBuilder
-
-
Method Details
-
getSnapshotInfo
-
setIndexManager
-
getIndexManager
-
setClassCache
-
getClassCache
-
setRoots
-
getRoots
-
setRootsPerThread
-
setArrayObjects
-
create
public SnapshotImpl create(ParserRegistry.Parser parser, IProgressListener listener) throws IOException, SnapshotException - Throws:
IOException
SnapshotException
-