org.kuali.maven.wagon
Class TransferTracker

java.lang.Object
  extended by org.kuali.maven.wagon.TransferTracker

public class TransferTracker
extends Object

Holds timing and byte count information about a transfer operation

Since:
May 27, 2010 6:51:19 PM
Author:
Jeff Caddel

Constructor Summary
TransferTracker()
           
 
Method Summary
 int getByteCount()
           
 long getCompleted()
           
 long getInitiated()
           
 long getStarted()
           
 void setByteCount(int byteCount)
           
 void setCompleted(long completed)
           
 void setInitiated(long initiated)
           
 void setStarted(long started)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransferTracker

public TransferTracker()
Method Detail

getInitiated

public long getInitiated()

setInitiated

public void setInitiated(long initiated)

getStarted

public long getStarted()

setStarted

public void setStarted(long started)

getCompleted

public long getCompleted()

setCompleted

public void setCompleted(long completed)

getByteCount

public int getByteCount()

setByteCount

public void setByteCount(int byteCount)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.