com.atlassian.core.util
Class ProgressWrapper

java.lang.Object
  extended by com.atlassian.core.util.ProgressWrapper

public class ProgressWrapper
extends java.lang.Object


Constructor Summary
ProgressWrapper(ProgressMeter progressMeter, int totalCount)
           
 
Method Summary
 int getTotal()
           
 void incrementCounter()
           
 void incrementCounter(java.lang.String status)
           
 java.lang.String progressAsString()
           
 void setPercentage(int percentageComplete)
           
 void setStatus(java.lang.String status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressWrapper

public ProgressWrapper(ProgressMeter progressMeter,
                       int totalCount)
Method Detail

incrementCounter

public void incrementCounter()

incrementCounter

public void incrementCounter(java.lang.String status)

setStatus

public void setStatus(java.lang.String status)

getTotal

public int getTotal()

setPercentage

public void setPercentage(int percentageComplete)

progressAsString

public java.lang.String progressAsString()


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.