|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITransferInformation
Class representing transfer operation. Has information about the source of the transfer and it's destination
| Method Summary | |
|---|---|
java.lang.String |
getData()
Transfer-specific information which should be stored and used for transfer resuming. |
IFileStore |
getDestination()
Return EFS for the destination of transfer |
java.lang.Integer |
getId()
Getter of the internal transfer number |
long |
getSize()
Getter of the size of the transfer |
IFileStore |
getSource()
Returns EFS for the source of transfer |
boolean |
isMove()
Specifies if the transfer was move or copy operation. |
void |
setData(java.lang.String data)
|
| Method Detail |
|---|
java.lang.String getData()
IFileStore getSource()
IFileStore getDestination()
boolean isMove()
java.lang.Integer getId()
long getSize()
void setData(java.lang.String data)
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||