Package org.eclipse.mat.ibmvm.acquire
Class DumpFactory
- java.lang.Object
-
- org.eclipse.mat.ibmvm.acquire.DumpFactory
-
- All Implemented Interfaces:
IExecutableExtensionFactory
public class DumpFactory extends Object implements IExecutableExtensionFactory
Create a dump provider for IBM VMs Depending on the type of the current VM, either uses an Attach API method or will use a helper VM.
-
-
Constructor Summary
Constructors Constructor Description DumpFactory()
-
-
-
Method Detail
-
create
public Object create() throws CoreException
Actually create the appropriate dump provider.- Specified by:
create
in interfaceIExecutableExtensionFactory
- Returns:
- the new dump provider
- Throws:
CoreException
-
-