Package org.eclipse.mat.internal.apps
Class ParseSnapshotApp
- java.lang.Object
-
- org.eclipse.mat.internal.apps.ParseSnapshotApp
-
- All Implemented Interfaces:
IApplication
public class ParseSnapshotApp extends java.lang.Object implements IApplication
Opens and parses a dump into a snapshot and runs reports on the snapshot.
-
-
Field Summary
-
Fields inherited from interface org.eclipse.equinox.app.IApplication
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
-
-
Constructor Summary
Constructors Constructor Description ParseSnapshotApp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
start(IApplicationContext context)
void
stop()
-
-
-
Method Detail
-
start
public java.lang.Object start(IApplicationContext context) throws java.lang.Exception
- Specified by:
start
in interfaceIApplication
- Throws:
java.lang.Exception
-
stop
public void stop()
- Specified by:
stop
in interfaceIApplication
-
-