Package 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 configurationsClients may subclass this class.
This class originally existed in 3.3 as
org.eclipse.pde.ui.launcher.PDESourcePathProvider
.- Since:
- 3.6
-
-
Constructor Summary
Constructors Constructor Description PDESourcePathProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRuntimeClasspathEntry[]
computeUnresolvedClasspath(ILaunchConfiguration configuration)
IRuntimeClasspathEntry[]
resolveClasspath(IRuntimeClasspathEntry[] entries, ILaunchConfiguration configuration)
-
Methods inherited from class org.eclipse.jdt.launching.StandardSourcePathProvider
addManifestReferences
-
Methods inherited from class org.eclipse.jdt.launching.StandardClasspathProvider
recoverRuntimePath
-
-
-
-
Field Detail
-
ID
public static final String ID
The ID of this source lookup path provider- See Also:
- Constant Field Values
-
-
Method Detail
-
computeUnresolvedClasspath
public IRuntimeClasspathEntry[] computeUnresolvedClasspath(ILaunchConfiguration configuration) throws CoreException
- Specified by:
computeUnresolvedClasspath
in interfaceIRuntimeClasspathProvider
- Overrides:
computeUnresolvedClasspath
in classStandardSourcePathProvider
- Throws:
CoreException
-
resolveClasspath
public IRuntimeClasspathEntry[] resolveClasspath(IRuntimeClasspathEntry[] entries, ILaunchConfiguration configuration) throws CoreException
- Specified by:
resolveClasspath
in interfaceIRuntimeClasspathProvider
- Overrides:
resolveClasspath
in classStandardSourcePathProvider
- Throws:
CoreException
-
-