Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Modifying resources from outside the workbench
Modifying resources from outside the workbench [message #327158] Fri, 11 April 2008 19:07
Eclipse UserFriend
Originally posted by: vcciubot.uwaterloo.ca

Is the following pattern acceptable to update the workbench from
filesystem?

IWorkspace workspace = ResourcesPlugin.getWorkspace();
workspace.run(myRunnable, myProject, IWorkspace.AVOID_UPDATE, null);

where myRunnable downloads some remote files and then calls
myProject.refreshLocal().

thanks in advance,
vlad
Previous Topic:View loading dependency
Next Topic:Enable/disable Editor popup menu items
Goto Forum:
  


Current Time: Wed Jul 03 17:28:05 GMT 2024

Powered by FUDForum. Page generated in 0.03815 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top