|
RSE Release 3.0 |
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||||
vc
recursively down to the leaves.
fullVirtualName from the archive, and
returns whether or not the deletion was successful.
fullVirtualName from the archive, and
returns whether or not the deletion was successful.
fullVirtualName from the archive, and
returns whether or not the deletion was successful.
If an error occurs during the deletion of an item, this operation stops on that item and a SystemMessageException is thrown.
Items deleted before that item will remain deleted. Items specified after that item will not be deleted.
The item on which the error occurs will not be deleted.
If an error occurs during the deletion of an item, this operation stops on that item and a SystemMessageException is thrown.
Items deleted before that item will remain deleted. Items specified after that item will not be deleted.
The item on which the error occurs will not be deleted.
Without an exception thrown in such cases, views may not be refreshed correctly to account for deleted resources.
file, freeing the file
to be used by other processes.
Implementers have two choices of dealing with error conditions:
handle the error themselves (for example, by showing an error dialog) and returning
false; or by throwing an Exception and having the framework
handle the error.
If the operation is cancelled, the implementation is free to either
return false or throw a
SystemOperationCancelledException, since in both cases the
framework will refresh the element to see whether it has
actually been deleted or not, but not show any other message.
By default does nothing.
See ISystemViewElementAdapter.doDelete(Shell, Object, IProgressMonitor) for semantics of
error handling and cancellation.
By default just calls the doDelete method for each item in the
resourceSet.
If an error occurs during the download of a file, this operation stops on that file and a SystemMessageException is thrown.
Files downloaded before that file will remain downloaded. Files in the list after that file will not be downloaded.
The file on which the error occurs will not be downloaded. Default implementation - just iterate through each file
|
RSE Release 3.0 |
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||||