com.github.born2snipe.cli
Class PercentPrinter

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

public class PercentPrinter
extends ProgressPrinter


Field Summary
 
Fields inherited from class com.github.born2snipe.cli.ProgressPrinter
printer, total
 
Constructor Summary
PercentPrinter(int total)
           
PercentPrinter(int total, Printer printer)
           
PercentPrinter(int total, PrintStream printStream)
           
 
Method Summary
protected  void processStep(int currentStep)
           
 
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

PercentPrinter

public PercentPrinter(int total)

PercentPrinter

public PercentPrinter(int total,
                      PrintStream printStream)

PercentPrinter

public PercentPrinter(int total,
                      Printer printer)
Method Detail

processStep

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


Copyright © 2014. All Rights Reserved.