public static enum AnalyzerProgressListener.Step extends java.lang.Enum<AnalyzerProgressListener.Step>
| Enum Constant and Description |
|---|
BUILDING_LEAK_TRACE |
COMPUTING_BITMAP_SIZE |
COMPUTING_DOMINATORS |
DEDUPLICATING_GC_ROOTS |
FINDING_LEAKING_REF |
FINDING_SHORTEST_PATH |
PARSING_HEAP_DUMP |
READING_HEAP_DUMP_FILE |
| Modifier and Type | Method and Description |
|---|---|
static AnalyzerProgressListener.Step |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnalyzerProgressListener.Step[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalyzerProgressListener.Step READING_HEAP_DUMP_FILE
public static final AnalyzerProgressListener.Step PARSING_HEAP_DUMP
public static final AnalyzerProgressListener.Step DEDUPLICATING_GC_ROOTS
public static final AnalyzerProgressListener.Step FINDING_LEAKING_REF
public static final AnalyzerProgressListener.Step FINDING_SHORTEST_PATH
public static final AnalyzerProgressListener.Step BUILDING_LEAK_TRACE
public static final AnalyzerProgressListener.Step COMPUTING_DOMINATORS
public static final AnalyzerProgressListener.Step COMPUTING_BITMAP_SIZE
public static AnalyzerProgressListener.Step[] values()
for (AnalyzerProgressListener.Step c : AnalyzerProgressListener.Step.values()) System.out.println(c);
public static AnalyzerProgressListener.Step valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null