Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-team-dev] Refresh project.

Title: Refresh project.

Hi,
In the following method
public boolean moveFile(IResourceTree tree,IFile  source,
                        IFile destination,
                        int updateFlags,
                        IProgressMonitor monitor)
of Interface IMoveDeleteHook
I would like to refresh the project similar to clicking on the project and running the menu option file ->refresh. How can i accomplish this. If it is a file. I would choose source.refreshlocal(depth,monitor). I have also tried using DEPTH_INFINITE in the refreshlocal method.But this does not seem to refresh the project.

Any suggestions how i could refresh the project in this method ?

Thanks









Back to the top