plugins - how to refresh eclipse workspace programatically? -


I'm new to Eclipse plugin development. I want to refresh my workbench or eventual eclipse if eclipse is programmatic There is no one to refresh from

thanks

Use it Project can root, on a special folder or on a personal file. To refresh all the projects in the workspace, simply calculate all the projects using the ResourcesPlugin.getWorkspace (). GetRoot (). GetProjects () API and refresh each one in return.

Comments