public class ProgressTracker extends Object
A utility class for tracking progress of tasks that may take a long time.
| Constructor and Description | 
|---|
ProgressTracker(String taskName,
               long total)
Creates a new progress tracker. 
 | 
public ProgressTracker(String taskName, long total)
Creates a new progress tracker.
taskName - the task name to be loggedtotal - the total number of steps to be performedCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.