This is a convenience method, fully equivalent to:
move(description, (force ? FORCE : IResource.NONE), monitor);
This method changes resources; these changes will be reported in a subsequent resource change event that will include an indication that the resource has been removed from its parent and that a corresponding resource has been added to its new parent. Additional information provided with resource delta shows that these additions and removals are related.
This method is long-running; progress and cancellation are provided by the given progress monitor.
@param description the description for the destination project @param force a flag controlling whether resources that are notin sync with the local file system will be tolerated @param monitor a progress monitor, ornull
if progressreporting is not desired
@exception CoreException if this resource could not be moved. Reasons include:force
is false
.IResourceChangeEvent
for more details.
|
|
|
|
|
|