com.atlassian.bonnie.index
Class NoOpProgressWrapper

java.lang.Object
  extended bycom.atlassian.core.util.ProgressWrapper
      extended bycom.atlassian.bonnie.index.NoOpProgressWrapper

public class NoOpProgressWrapper
extends com.atlassian.core.util.ProgressWrapper


Field Summary
static com.atlassian.core.util.ProgressWrapper INSTANCE
           
 
Constructor Summary
NoOpProgressWrapper(com.atlassian.core.util.ProgressMeter progressMeter, int i)
           
 
Method Summary
 int getTotal()
           
 void incrementCounter()
           
 void incrementCounter(java.lang.String string)
           
 java.lang.String progressAsString()
           
 void setPercentage(int i)
           
 void setStatus(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final com.atlassian.core.util.ProgressWrapper INSTANCE
Constructor Detail

NoOpProgressWrapper

public NoOpProgressWrapper(com.atlassian.core.util.ProgressMeter progressMeter,
                           int i)
Method Detail

incrementCounter

public void incrementCounter()

incrementCounter

public void incrementCounter(java.lang.String string)

setStatus

public void setStatus(java.lang.String string)

getTotal

public int getTotal()

setPercentage

public void setPercentage(int i)

progressAsString

public java.lang.String progressAsString()


Copyright © 2006-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.