com.github.born2snipe.cli
Class MultipleProgressPrinter

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

public class MultipleProgressPrinter
extends ProgressPrinter


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

MultipleProgressPrinter

public MultipleProgressPrinter(int total,
                               PrintStream printStream)
Method Detail

processStep

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

showPercentageComplete

public void showPercentageComplete()

showCurrentPositionOfTotal

public void showCurrentPositionOfTotal()

showCurrentPositionOfTotal

public void showCurrentPositionOfTotal(String customMessageFormat)

showElapsedTime

public void showElapsedTime()


Copyright © 2014. All Rights Reserved.