public class CountUpToTotalPrinter extends ProgressPrinter
printer, total| Constructor and Description |
|---|
CountUpToTotalPrinter(int total) |
CountUpToTotalPrinter(int total,
Printer printer) |
CountUpToTotalPrinter(int total,
java.io.PrintStream printStream) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processStep(int currentStep) |
void |
setMessageFormat(java.lang.String messageFormat) |
println, step, steppublic CountUpToTotalPrinter(int total)
public CountUpToTotalPrinter(int total,
java.io.PrintStream printStream)
public CountUpToTotalPrinter(int total,
Printer printer)
protected void processStep(int currentStep)
processStep in class ProgressPrinterpublic void setMessageFormat(java.lang.String messageFormat)
Copyright © 2016. All Rights Reserved.