Klasse SetClasspathOperation

Alle implementierten Schnittstellen:
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.
Siehe auch:
  • Konstruktordetails

    • 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.
  • Methodendetails