java.lang.Object
com.ibm.j9ddr.corereaders.tdump.zebedee.util.ProgressMeter
This class is used to provide feedback on progress for long running (eg greater than one
second) tasks.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe message associated with the current phase.int
The amount of progress as a percentage. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
message
The message associated with the current phase. -
percentage
public int percentageThe amount of progress as a percentage.
-
-
Constructor Details
-
ProgressMeter
public ProgressMeter()
-
-
Method Details
-
set
-
set
-
set
-
set
public static void set(int percentage) -
get
-