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

Field Summary
(package private)  int byteCount
           
(package private)  long completed
           
(package private)  SimpleFormatter formatter
           
(package private)  long initiated
           
(package private)  long started
           
 
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
 

Field Detail

initiated

long initiated

started

long started

completed

long completed

byteCount

int byteCount

formatter

SimpleFormatter formatter
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 © 2004-2011 The Kuali Foundation. All Rights Reserved.