org.kde.koala
public class CopyJob extends Job
See Also: CopyJob CopyJob CopyJob CopyJob CopyJob CopyJob
UNKNOWN: CopyJob is used to move, copy or symlink files and directories.
| Constructor Summary | |
|---|---|
| protected | CopyJob(Class dummy) |
| Method Summary | |
|---|---|
| String | className() |
| KURL | destURL()
Returns the destination URL. |
| QMetaObject | metaObject() |
| void | setDefaultPermissions(boolean b)
By default the permissions of the copied files will be those of the source files.
|
| void | setInteractive(boolean b)
When an error happens while copying/moving a file, the user will be presented with
a dialog for skipping the file that can't be copied/moved.
|
| ArrayList | srcURLs()
Returns the list of source URLs. |
Returns: the destination URL
UNKNOWN: Returns the destination URL.
UNKNOWN: By default the permissions of the copied files will be those of the source files.
UNKNOWN: When an error happens while copying/moving a file, the user will be presented with a dialog for skipping the file that can't be copied/moved.
Returns: the list of source URLs.
UNKNOWN: Returns the list of source URLs.