Package org.eclipse.mat.hprof.ui
Class HprofPreferences
- java.lang.Object
-
- org.eclipse.mat.hprof.ui.HprofPreferences
-
public class HprofPreferences extends java.lang.Object
Constant definitions for plug-in preferences
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HprofPreferences.HprofStrictness
Enumeration for the parser strictness.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ADDITIONAL_CLASS_REFERENCES
Additional references for classesstatic HprofPreferences.HprofStrictness
DEFAULT_STRICTNESS
Default strictness for preferences and value parsingstatic java.lang.String
STRICTNESS_PREF
Strictness of the HPROF parser
-
Constructor Summary
Constructors Constructor Description HprofPreferences()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HprofPreferences.HprofStrictness
getCurrentStrictness()
Return the currently selected preference for strictness.static boolean
useAdditionalClassReferences()
-
-
-
Field Detail
-
STRICTNESS_PREF
public static final java.lang.String STRICTNESS_PREF
Strictness of the HPROF parser- See Also:
- Constant Field Values
-
DEFAULT_STRICTNESS
public static final HprofPreferences.HprofStrictness DEFAULT_STRICTNESS
Default strictness for preferences and value parsing
-
ADDITIONAL_CLASS_REFERENCES
public static final java.lang.String ADDITIONAL_CLASS_REFERENCES
Additional references for classes- See Also:
- Constant Field Values
-
-
Method Detail
-
getCurrentStrictness
public static HprofPreferences.HprofStrictness 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()
-
-