|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.core.JavaModelOperation
org.aspectj.org.eclipse.jdt.internal.core.BatchOperation
public class BatchOperation
An operation created as a result of a call to JavaCore.run(IWorkspaceRunnable, IProgressMonitor) that encapsulates a user defined IWorkspaceRunnable.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.aspectj.org.eclipse.jdt.internal.core.JavaModelOperation |
|---|
JavaModelOperation.IPostAction |
| Field Summary | |
|---|---|
protected IWorkspaceRunnable |
runnable
|
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.core.JavaModelOperation |
|---|
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 Summary | |
|---|---|
BatchOperation(IWorkspaceRunnable runnable)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected IWorkspaceRunnable runnable
| Constructor Detail |
|---|
public BatchOperation(IWorkspaceRunnable runnable)
| Method Detail |
|---|
protected boolean canModifyRoots()
canModifyRoots in class JavaModelOperation
protected void executeOperation()
throws JavaModelException
JavaModelOperation
executeOperation in class JavaModelOperationJavaModelExceptionprotected IJavaModelStatus verify()
JavaModelOperation
verify in class JavaModelOperationIJavaModelStatus
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||