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
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
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncomputeUnresolvedClasspath
(ILaunchConfiguration configuration) 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 Details
-
ID
The ID of this source lookup path provider- See Also:
-
-
Constructor Details
-
PDESourcePathProvider
public PDESourcePathProvider()
-
-
Method Details
-
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
-