public class MoveFilesAndFoldersOperation extends CopyFilesAndFoldersOperation
This class may be instantiated; it is not intended to be subclassed.
Constructor and Description |
---|
MoveFilesAndFoldersOperation(Shell shell)
Creates a new operation initialized with a shell.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
canPerformAutoRename()
Returns whether this operation is able to perform on-the-fly
auto-renaming of resources with name collisions.
|
protected void |
copy(IResource[] resources,
IPath destination,
IProgressMonitor subMonitor)
Deprecated.
As of 3.3, the work is performed in the undoable operation
created in
getUndoableCopyOrMoveOperation(IResource[], IPath) |
protected String |
getDeepCheckQuestion(IResource source)
Returns the message for querying deep copy/move of a linked resource.
|
protected String |
getOperationTitle()
Returns the task title for this operation's progress dialog.
|
protected String |
getProblemsMessage()
Returns the message for this operation's problems dialog.
|
protected String |
getProblemsTitle()
Returns the title for this operation's problems dialog.
|
protected AbstractWorkspaceOperation |
getUndoableCopyOrMoveOperation(IResource[] resources,
IPath destinationPath)
Returns an AbstractWorkspaceOperation suitable for performing the move or
copy operation that will move or copy the given resources to the given
destination path.
|
protected boolean |
getValidateConflictSource()
Returns whether the source file in a destination collision will be
validateEdited together with the collision itself.
|
protected boolean |
isMove()
Return whether the operation is a move or a copy
|
String |
validateDestination(IContainer destination,
IResource[] sourceResources)
Checks whether the destination is valid for copying the source resources.
|
copyFiles, copyFiles, copyFilesInCurrentThread, copyFilesInCurrentThread, copyOrLinkFiles, copyResources, copyResourcesInCurrentThread, createVirtualFoldersAndLinks, getFile, getFiles, getFolder, getModelProviderIds, homogenousResources, linkFiles, setCreateLinks, setModelProviderIds, setRelativeVariable, setVirtualFolders, validateImportDestination
public MoveFilesAndFoldersOperation(Shell shell)
shell
- parent shell for error dialogsprotected boolean canPerformAutoRename()
canPerformAutoRename
in class CopyFilesAndFoldersOperation
true
if auto-rename is supported, and
false
otherwiseprotected void copy(IResource[] resources, IPath destination, IProgressMonitor subMonitor) throws CoreException
getUndoableCopyOrMoveOperation(IResource[], IPath)
copy
in class CopyFilesAndFoldersOperation
resources
- the resources to movedestination
- destination to which resources will be movedsubMonitor
- a progress monitor for showing progress and for cancelationCoreException
protected String getDeepCheckQuestion(IResource source)
getDeepCheckQuestion
in class CopyFilesAndFoldersOperation
source
- resource the query is made forprotected String getOperationTitle()
getOperationTitle
in class CopyFilesAndFoldersOperation
protected String getProblemsMessage()
getProblemsMessage
in class CopyFilesAndFoldersOperation
protected String getProblemsTitle()
getProblemsTitle
in class CopyFilesAndFoldersOperation
protected boolean getValidateConflictSource()
getValidateConflictSource
in class CopyFilesAndFoldersOperation
true
, the source file in a destination
collision should be validateEdited.public String validateDestination(IContainer destination, IResource[] sourceResources)
CopyFilesAndFoldersOperation
Note this method is for internal use only. It is not API.
validateDestination
in class CopyFilesAndFoldersOperation
destination
- the destination containersourceResources
- the source resourcesnull
if the path is validprotected boolean isMove()
CopyFilesAndFoldersOperation
isMove
in class CopyFilesAndFoldersOperation
protected AbstractWorkspaceOperation getUndoableCopyOrMoveOperation(IResource[] resources, IPath destinationPath)
getUndoableCopyOrMoveOperation
in class CopyFilesAndFoldersOperation
resources
- the resources to be moved or copieddestinationPath
- the destination path to which the resources should be moved
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.