public class PDESourcePathProvider extends StandardSourcePathProvider
Clients may subclass this class.
This class originally existed in 3.3 as
org.eclipse.pde.ui.launcher.PDESourcePathProvider
.
Modifier and Type | Field and Description |
---|---|
static String |
ID
The ID of this source lookup path provider
|
Constructor and Description |
---|
PDESourcePathProvider() |
Modifier and Type | Method and Description |
---|---|
IRuntimeClasspathEntry[] |
computeUnresolvedClasspath(ILaunchConfiguration configuration) |
IRuntimeClasspathEntry[] |
resolveClasspath(IRuntimeClasspathEntry[] entries,
ILaunchConfiguration configuration) |
addManifestReferences
recoverRuntimePath
public static final String ID
public IRuntimeClasspathEntry[] computeUnresolvedClasspath(ILaunchConfiguration configuration) throws CoreException
computeUnresolvedClasspath
in interface IRuntimeClasspathProvider
computeUnresolvedClasspath
in class StandardSourcePathProvider
CoreException
public IRuntimeClasspathEntry[] resolveClasspath(IRuntimeClasspathEntry[] entries, ILaunchConfiguration configuration) throws CoreException
resolveClasspath
in interface IRuntimeClasspathProvider
resolveClasspath
in class StandardSourcePathProvider
CoreException
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.