org.eclipse.mat.hprof.ui
Class HprofPreferences
java.lang.Object
org.eclipse.mat.hprof.ui.HprofPreferences
public class HprofPreferences
- extends Object
Constant definitions for plug-in preferences
STRICTNESS_PREF
public static final 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
HprofPreferences
public HprofPreferences()
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.