public class BatchOperation extends JavaModelOperation
JavaModelOperation.IPostAction| Modifier and Type | Field and Description |
|---|---|
protected IWorkspaceRunnable |
runnable |
actions, actionsEnd, actionsStart, APPEND, attributes, elementsToProcess, force, HAS_MODIFIED_RESOURCE_ATTR, isNested, KEEP_EXISTING, NO_ELEMENTS, OPERATION_STACKS, parentElements, POST_ACTION_VERBOSE, progressMonitor, REMOVEALL_APPEND, resultElements, TRUE| Constructor and Description |
|---|
BatchOperation(IWorkspaceRunnable runnable) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canModifyRoots() |
protected void |
executeOperation()
Performs the operation specific behavior.
|
protected IJavaModelStatus |
verify()
Returns a status indicating if there is any known reason
this operation will fail.
|
addAction, addDelta, addReconcileDelta, applyTextEdit, beginTask, checkCanceled, commonVerify, copyResources, createFile, createFolder, deleteEmptyPackageFragment, deleteResource, deleteResources, done, equalsOneOf, executeNestedOperation, firstActionWithID, getAttribute, getCompilationUnitFor, getCurrentOperationStack, getDocument, getElementToProcess, getJavaModel, getNestedFolders, getParentElement, getParentElements, getResultElements, getSchedulingRule, getSubProgressMonitor, hasModifiedResource, internalWorked, isCanceled, isReadOnly, isTopLevelOperation, moveResources, newJavaElementDelta, popOperation, postAction, prefixesOneOf, pushOperation, removeAllPostAction, removeReconcileDelta, run, runOperation, runPostActions, setAttribute, setCanceled, setNested, setTaskName, subTask, workedprotected boolean canModifyRoots()
canModifyRoots in class JavaModelOperationprotected void executeOperation()
throws JavaModelException
JavaModelOperationexecuteOperation in class JavaModelOperationJavaModelExceptionprotected IJavaModelStatus verify()
JavaModelOperationverify in class JavaModelOperationIJavaModelStatus