|
|||||||||
| 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.ChangeClasspathOperation
org.aspectj.org.eclipse.jdt.internal.core.SetClasspathOperation
public class SetClasspathOperation
This operation sets an IJavaProject's classpath.
IJavaProject| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.aspectj.org.eclipse.jdt.internal.core.JavaModelOperation |
|---|
JavaModelOperation.IPostAction |
| Field Summary |
|---|
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.core.ChangeClasspathOperation |
|---|
canChangeResources |
| 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, operationStacks, parentElements, POST_ACTION_VERBOSE, progressMonitor, REMOVEALL_APPEND, resultElements, TRUE |
| Constructor Summary | |
|---|---|
SetClasspathOperation(JavaProject project,
IClasspathEntry[] newRawClasspath,
IPath newOutputLocation,
boolean canChangeResource)
When executed, this operation sets the raw classpath and output location of the given project. |
|
| Method Summary | |
|---|---|
protected void |
executeOperation()
Sets the classpath of the pre-specified project. |
java.lang.String |
toString()
|
IJavaModelStatus |
verify()
Returns a status indicating if there is any known reason this operation will fail. |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.ChangeClasspathOperation |
|---|
canModifyRoots, classpathChanged, getSchedulingRule, isReadOnly |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SetClasspathOperation(JavaProject project,
IClasspathEntry[] newRawClasspath,
IPath newOutputLocation,
boolean canChangeResource)
| Method Detail |
|---|
protected void executeOperation()
throws JavaModelException
executeOperation in class JavaModelOperationJavaModelExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic IJavaModelStatus verify()
JavaModelOperation
verify in class JavaModelOperationIJavaModelStatus
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||