Constants' Details |
ERROR
const long ERROR = 0;
- Description
- Means to set an error and cancel the operation.
|
|
OVERWRITE
const long OVERWRITE = 1;
- Description
- Means to overwrite the object in the target folder with the object to
transfer.
|
|
RENAME
const long RENAME = 2;
- Description
- Means to rename the object to transfer to solve the clash.
The implementation needs to supply and set a suitable new name.
|
|
KEEP
const long KEEP = 3;
- Usage Restrictions
- deprecated
- Description
- Deprecated. Do not use!
|
|
ASK
|
Copyright © 2003 Sun Microsystems, Inc.