org.eclipse.mat.internal.acquire
Class VmInfoDescriptor

java.lang.Object
  extended by org.eclipse.mat.query.registry.AnnotatedObjectDescriptor
      extended by org.eclipse.mat.internal.acquire.VmInfoDescriptor
All Implemented Interfaces:
IAnnotatedObjectDescriptor

public class VmInfoDescriptor
extends AnnotatedObjectDescriptor

No Extend:
This class is not intended to be subclassed by clients.

Constructor Summary
VmInfoDescriptor(String identifier, String name, String usage, String help, String helpUrl, Locale helpLocale, VmInfo vmInfo)
           
 
Method Summary
static VmInfoDescriptor createDescriptor(VmInfo vmInfo)
           
 VmInfo getVmInfo()
           
 
Methods inherited from class org.eclipse.mat.query.registry.AnnotatedObjectDescriptor
addParameter, getArguments, getHelp, getHelpLocale, getHelpUrl, getIcon, getIdentifier, getName, getUsage, isHelpAvailable, setUsage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VmInfoDescriptor

public VmInfoDescriptor(String identifier,
                        String name,
                        String usage,
                        String help,
                        String helpUrl,
                        Locale helpLocale,
                        VmInfo vmInfo)
Method Detail

getVmInfo

public VmInfo getVmInfo()

createDescriptor

public static final VmInfoDescriptor createDescriptor(VmInfo vmInfo)
                                               throws SnapshotException
Throws:
SnapshotException