Class HprofPreferences


  • public class HprofPreferences
    extends java.lang.Object
    Constant definitions for plug-in preferences
    • Field Detail

      • STRICTNESS_PREF

        public static final java.lang.String STRICTNESS_PREF
        Strictness of the HPROF parser
        See Also:
        Constant Field Values
      • ADDITIONAL_CLASS_REFERENCES

        public static final java.lang.String ADDITIONAL_CLASS_REFERENCES
        Additional references for classes
        See Also:
        Constant Field Values
    • Constructor Detail

      • HprofPreferences

        public HprofPreferences()
    • 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()