org.eclipse.pde.launching
Class PDESourcePathProvider
java.lang.Object
org.eclipse.jdt.launching.StandardClasspathProvider
org.eclipse.jdt.launching.StandardSourcePathProvider
org.eclipse.pde.launching.PDESourcePathProvider
- All Implemented Interfaces:
- IRuntimeClasspathProvider
- Direct Known Subclasses:
- PDESourcePathProvider
public class PDESourcePathProvider
- extends StandardSourcePathProvider
Generates a source lookup path for all PDE-based launch configurations
Clients may subclass this class.
This class originally existed in 3.3 as
org.eclipse.pde.ui.launcher.PDESourcePathProvider
.
- Since:
- 3.6
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final String ID
- See Also:
- Constant Field Values
PDESourcePathProvider
public PDESourcePathProvider()
computeUnresolvedClasspath
public IRuntimeClasspathEntry[] computeUnresolvedClasspath(org.eclipse.debug.core.ILaunchConfiguration configuration)
throws org.eclipse.core.runtime.CoreException
- Specified by:
computeUnresolvedClasspath
in interface IRuntimeClasspathProvider
- Overrides:
computeUnresolvedClasspath
in class StandardSourcePathProvider
- Throws:
org.eclipse.core.runtime.CoreException
resolveClasspath
public IRuntimeClasspathEntry[] resolveClasspath(IRuntimeClasspathEntry[] entries,
org.eclipse.debug.core.ILaunchConfiguration configuration)
throws org.eclipse.core.runtime.CoreException
- Specified by:
resolveClasspath
in interface IRuntimeClasspathProvider
- Overrides:
resolveClasspath
in class StandardSourcePathProvider
- Throws:
org.eclipse.core.runtime.CoreException
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.