public class ProgressDisplayGenerator extends Object
Example:
Executing tasks...
[================= ] 72.5% complete
> task 1 running
> task 3 running
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
generateProgressDisplay(double progress,
List<Allocation> unfinishedAllocations)
Generates a progress display.
|
public static List<String> generateProgressDisplay(double progress, List<Allocation> unfinishedAllocations)
progress - the overall progress, with 1.0 meaning fully completeunfinishedAllocations - the unfinished AllocationsCopyright © 2019. All rights reserved.