Package org.eclipse.mat.hprof.ui
Class HprofPreferences
java.lang.Object
org.eclipse.mat.hprof.ui.HprofPreferences
Constant definitions for plug-in preferences
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Enumeration for the parser strictness. -
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Additional references for classesstatic final HprofPreferences.HprofStrictness
Default strictness for preferences and value parsingstatic final String
static final String
static final String
Whether to treat stack frames as pseudo-objects and methods as pseudo-classesstatic final String
static final String
Strictness of the HPROF parser -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the currently selected preference for strictness.static String
Preference for whether pseudo-objects should be created for stack frames and methods.static boolean
-
Field Details
-
STRICTNESS_PREF
Strictness of the HPROF parser- See Also:
-
DEFAULT_STRICTNESS
Default strictness for preferences and value parsing -
ADDITIONAL_CLASS_REFERENCES
Additional references for classes- See Also:
-
P_METHODS
Whether to treat stack frames as pseudo-objects and methods as pseudo-classes- See Also:
-
NO_METHODS_AS_CLASSES
- See Also:
-
RUNNING_METHODS_AS_CLASSES
- See Also:
-
FRAMES_ONLY
- See Also:
-
-
Constructor Details
-
HprofPreferences
public HprofPreferences()
-
-
Method Details
-
getCurrentStrictness
Return the currently selected preference for strictness. This first checks the preference store, and then checks for any -D$(STRICTNESS)=true command line arguments.- Returns:
- Current strictness preference or reflection of command line setting.
-
useAdditionalClassReferences
public static boolean useAdditionalClassReferences() -
methodsAsClasses
Preference for whether pseudo-objects should be created for stack frames and methods.
-