|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.internal.core.JavaModelOperation
org.eclipse.jdt.internal.core.ChangeClasspathOperation
public abstract class ChangeClasspathOperation
Field Summary |
---|
Fields inherited from class org.eclipse.jdt.internal.core.JavaModelOperation |
---|
HAS_MODIFIED_RESOURCE_ATTR, progressMonitor, TRUE |
Fields inherited from interface org.eclipse.core.runtime.IProgressMonitor |
---|
UNKNOWN |
Constructor Summary | |
---|---|
ChangeClasspathOperation(IJavaElement[] elements,
boolean canChangeResources)
|
Method Summary | |
---|---|
boolean |
isReadOnly()
Returns true if this operation performs no resource modifications,
otherwise false . |
Methods inherited from class org.eclipse.jdt.internal.core.JavaModelOperation |
---|
beginTask, done, executeNestedOperation, getJavaModel, getResultElements, hasModifiedResource, internalWorked, isCanceled, newJavaElementDelta, run, runOperation, setCanceled, setTaskName, subTask, worked |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChangeClasspathOperation(IJavaElement[] elements, boolean canChangeResources)
Method Detail |
---|
public boolean isReadOnly()
JavaModelOperation
true
if this operation performs no resource modifications,
otherwise false
. Subclasses must override.
isReadOnly
in class JavaModelOperation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |