com.starteam
Class CheckoutManager.Progress.Statistics

java.lang.Object
  extended by com.starteam.CheckoutManager.Progress.Statistics
Enclosing class:
CheckoutManager.Progress

public static final class CheckoutManager.Progress.Statistics
extends java.lang.Object

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

getCurrentFile

public File getCurrentFile()
the current file

Returns:
the current file

getTotalBytesCheckedOut

public long getTotalBytesCheckedOut()
Get the total number of bytes that are checked out.

Returns:
the total number of bytes that are checked out.

getTotalFilesCheckedOut

public long getTotalFilesCheckedOut()
Return the number of files that have been checked out.

Returns:
the number of files that have been checked out.

getTotalFilesSkipped

public long getTotalFilesSkipped()
Get the total number of files skipped without being checked out.

Returns:
the total number of files skipped without being checked out.

getTotalFilesFailed

public long getTotalFilesFailed()
Get the total number of files that failed during checkout.

Returns:
the files that failed during checkout.

getTotalFilesRemaining

public long getTotalFilesRemaining()
Return the number of files remaining to be checked out.

Returns:
the number of files remaining to be checked out.

getTotalFilesProcessed

public long getTotalFilesProcessed()
Get the total number of files processed.

Returns:
the total number of files processed.

getTotalTimeSpent

public long getTotalTimeSpent()
Get the total time spent so far (in milliseconds).

Returns:
the total time spent so far (in milliseconds).

toString

public java.lang.String toString()
returns a string representation of this object

Overrides:
toString in class java.lang.Object
Returns:
a string representation of this object


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.