public interface CopyStatus
Modifier and Type | Method and Description |
---|---|
long |
bytesCopied()
Get the number of bytes that have been copied.
|
long |
bytesToCopy()
Get the number of bytes that need to be copied for the entire copy operation.
|
Copy |
getCopy()
Get the Copy for which this CopyStatus was created.
|
java.lang.Exception |
getException()
Get the exception produced by the Copy or while retrieving the status.
|
java.lang.String |
getState()
Get the state of the Copy operation.
|
boolean |
hasException()
Has the Copy or status retrieval produced a exception ?
|
boolean |
isDone()
Is the Copy done?
|
boolean |
isRunning()
Is the Copy still running?
|
Copy getCopy()
java.lang.String getState()
java.lang.Exception getException()
boolean isRunning()
boolean isDone()
boolean hasException()
long bytesToCopy()
long bytesCopied()