Uses of Enum
org.eclipse.mat.hprof.ui.HprofPreferences.HprofStrictness
Packages that use HprofPreferences.HprofStrictness
Package
Description
Parser for HPROF dumps,
just a parser extension, not an Application Programming Interface (API).
User interface for HPROF parser configuration.
-
Uses of HprofPreferences.HprofStrictness in org.eclipse.mat.hprof
Constructors in org.eclipse.mat.hprof with parameters of type HprofPreferences.HprofStrictnessModifierConstructorDescriptionHprofRandomAccessParser
(File file, String prefix, Version version, int identifierSize, long len, HprofPreferences.HprofStrictness strictnessPreference) Pass1Parser
(IHprofParserHandler handler, SimpleMonitor.Listener monitor, HprofPreferences.HprofStrictness strictnessPreference) Pass2Parser
(IHprofParserHandler handler, SimpleMonitor.Listener monitor, HprofPreferences.HprofStrictness strictnessPreference, long streamLength, boolean parallel) -
Uses of HprofPreferences.HprofStrictness in org.eclipse.mat.hprof.ui
Fields in org.eclipse.mat.hprof.ui declared as HprofPreferences.HprofStrictnessModifier and TypeFieldDescriptionstatic final HprofPreferences.HprofStrictness
HprofPreferences.DEFAULT_STRICTNESS
Default strictness for preferences and value parsingMethods in org.eclipse.mat.hprof.ui that return HprofPreferences.HprofStrictnessModifier and TypeMethodDescriptionHprofPreferences.getCurrentStrictness()
Return the currently selected preference for strictness.Given a stored preference value, return the enumeration value, or otherwise the default strictness.Returns the enum constant of this type with the specified name.static HprofPreferences.HprofStrictness[]
HprofPreferences.HprofStrictness.values()
Returns an array containing the constants of this enum type, in the order they are declared.