|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransferResource
Describes a resource being uploaded or downloaded by the repository system.
Method Summary | |
---|---|
long |
getContentLength()
The size of the resource in bytes. |
File |
getFile()
Gets the local file being uploaded or downloaded. |
String |
getRepositoryUrl()
The base URL of the repository, e.g. |
String |
getResourceName()
The path of the resource relative to the repository's base URL, e.g. |
RequestTrace |
getTrace()
Gets the trace information that describes the higher level request/operation during which this resource is transferred. |
long |
getTransferStartTime()
Gets the timestamp when the transfer of this resource was started. |
Method Detail |
---|
String getRepositoryUrl()
null
.String getResourceName()
null
.File getFile()
null
if none.long getContentLength()
started
.
long getTransferStartTime()
RequestTrace getTrace()
null
if none.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |