|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.CheckoutManager.Progress.Statistics
public static final class CheckoutManager.Progress.Statistics
A Statistical summary that tracks the progress of the checkout
| Method Summary | |
|---|---|
File |
getCurrentFile()
the current file |
long |
getTotalBytesCheckedOut()
Get the total number of bytes that are checked out. |
long |
getTotalFilesCheckedOut()
Return the number of files that have been checked out. |
long |
getTotalFilesFailed()
Get the total number of files that failed during checkout. |
long |
getTotalFilesProcessed()
Get the total number of files processed. |
long |
getTotalFilesRemaining()
Return the number of files remaining to be checked out. |
long |
getTotalFilesSkipped()
Get the total number of files skipped without being checked out. |
long |
getTotalTimeSpent()
Get the total time spent so far (in milliseconds). |
java.lang.String |
toString()
returns a string representation of this object |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public File getCurrentFile()
public long getTotalBytesCheckedOut()
public long getTotalFilesCheckedOut()
public long getTotalFilesSkipped()
public long getTotalFilesFailed()
public long getTotalFilesRemaining()
public long getTotalFilesProcessed()
public long getTotalTimeSpent()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||