| [platform-team-dev] Move/Rename project |
I have a question regarding this method.
public boolean moveProject(IResourceTree tree,
IProject source,
IProjectDescription description,
int updateFlags,
IProgressMonitor monitor)Implements IResource.move(IPath,int,IProgressMonitor) and IResource.move(IProjectDescription,int,IProgressMonitor)
On entry on this hook, method. Is there a way to find out if a move is being performed or a rename ? Because both rename/move use the same method.
Thanks