Class SetClasspathOperation

All Implemented Interfaces:
org.eclipse.core.resources.IWorkspaceRunnable, org.eclipse.core.runtime.ICoreRunnable, org.eclipse.core.runtime.IProgressMonitor

public class SetClasspathOperation extends ChangeClasspathOperation
This operation sets an IJavaProject's classpath.
See Also:
IJavaProject
  • Constructor Details

    • SetClasspathOperation

      public SetClasspathOperation(JavaProject project, IClasspathEntry[] newRawClasspath, org.eclipse.core.runtime.IPath newOutputLocation, boolean canChangeResource)
    • SetClasspathOperation

      public SetClasspathOperation(JavaProject project, IClasspathEntry[] newRawClasspath, IClasspathEntry[] referencedEntries, org.eclipse.core.runtime.IPath newOutputLocation, boolean canChangeResource)
      When executed, this operation sets the raw classpath and output location of the given project.
  • Method Details