org.eclipse.pde.ui.launcher
Class PDESourcePathProvider
java.lang.Object
org.eclipse.jdt.launching.StandardClasspathProvider
org.eclipse.jdt.launching.StandardSourcePathProvider
org.eclipse.pde.ui.launcher.PDESourcePathProvider
- All Implemented Interfaces:
- IRuntimeClasspathProvider
- public class PDESourcePathProvider
- extends StandardSourcePathProvider
Generates a source lookup path for all PDE-based launch configurations
Clients may subclass this class.
- Since:
- 3.3
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(ILaunchConfiguration configuration)
throws CoreException
- Throws:
CoreException
resolveClasspath
public IRuntimeClasspathEntry[] resolveClasspath(IRuntimeClasspathEntry[] entries,
ILaunchConfiguration configuration)
throws CoreException
- Throws:
CoreException
Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.