org.eclipse.mat.dtfj
Class PreferenceConstants
java.lang.Object
org.eclipse.mat.dtfj.PreferenceConstants
public class PreferenceConstants
- extends Object
Constant definitions for plug-in preferences
P_METHODS
public static final String P_METHODS
- Whether to treat stack frames as psuedo-objects and methods as pseudo-classes
- See Also:
- Constant Field Values
NO_METHODS_AS_CLASSES
public static final String NO_METHODS_AS_CLASSES
- See Also:
- Constant Field Values
RUNNING_METHODS_AS_CLASSES
public static final String RUNNING_METHODS_AS_CLASSES
- See Also:
- Constant Field Values
ALL_METHODS_AS_CLASSES
public static final String ALL_METHODS_AS_CLASSES
- See Also:
- Constant Field Values
FRAMES_ONLY
public static final String FRAMES_ONLY
- See Also:
- Constant Field Values
P_RUNTIMEID
public static final String P_RUNTIMEID
- Runtime id for use when a dump contains more than one Java runtime
- See Also:
- Constant Field Values
PreferenceConstants
public PreferenceConstants()