com.github.born2snipe.cli
Class CountUpToTotalPrinter

java.lang.Object
  extended by com.github.born2snipe.cli.ProgressPrinter
      extended by com.github.born2snipe.cli.CountUpToTotalPrinter

public class CountUpToTotalPrinter
extends ProgressPrinter


Field Summary
 
Fields inherited from class com.github.born2snipe.cli.ProgressPrinter
printer, total
 
Constructor Summary
CountUpToTotalPrinter(int total)
           
CountUpToTotalPrinter(int total, Printer printer)
           
CountUpToTotalPrinter(int total, PrintStream printStream)
           
 
Method Summary
protected  void processStep(int currentStep)
           
 void setMessageFormat(String messageFormat)
           
 
Methods inherited from class com.github.born2snipe.cli.ProgressPrinter
step, step
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountUpToTotalPrinter

public CountUpToTotalPrinter(int total)

CountUpToTotalPrinter

public CountUpToTotalPrinter(int total,
                             PrintStream printStream)

CountUpToTotalPrinter

public CountUpToTotalPrinter(int total,
                             Printer printer)
Method Detail

processStep

protected void processStep(int currentStep)
Specified by:
processStep in class ProgressPrinter

setMessageFormat

public void setMessageFormat(String messageFormat)


Copyright © 2014. All Rights Reserved.