[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[platform-vcm-dev] Example move/delete hook for team providers
|
As of build 2002-03-18, the IMoveDeleteHook and IResourceTree interfaces
were added to Core to enable (in conjuction with a Team extension point)
Team providers to perform pre-processing of resources during a move/delete
or to completely control the file-system portion of those operations if
they so choose.
We have prepared an example implementation of a move/delete hook for Team
providers to view. The example has been simplified to improve readability,
but contains enough explanation to give Team providers direction for their
provider specific implementation and examples of how to use the callback
methods in the IResourceTree interface to modify the workspace tree.
This file is available on the Platform/Core team web page in the developer
resources section.
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-core-home/dev.html
Please address all comments/questions/feedback to the Platform/Core
mailing list.
platform-core-dev@xxxxxxxxxxx
Thanks.