Eclipse PDE
Release 3.5

org.eclipse.pde.ui.launcher
Class PDESourcePathProvider

java.lang.Object
  extended by org.eclipse.jdt.launching.StandardClasspathProvider
      extended by org.eclipse.jdt.launching.StandardSourcePathProvider
          extended by 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

Field Summary
static String ID
           
 
Constructor Summary
PDESourcePathProvider()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values
Constructor Detail

PDESourcePathProvider

public PDESourcePathProvider()
Method Detail

computeUnresolvedClasspath

public IRuntimeClasspathEntry[] computeUnresolvedClasspath(ILaunchConfiguration configuration)
                                                    throws CoreException
Specified by:
computeUnresolvedClasspath in interface IRuntimeClasspathProvider
Overrides:
computeUnresolvedClasspath in class StandardSourcePathProvider
Throws:
CoreException

resolveClasspath

public IRuntimeClasspathEntry[] resolveClasspath(IRuntimeClasspathEntry[] entries,
                                                 ILaunchConfiguration configuration)
                                          throws CoreException
Specified by:
resolveClasspath in interface IRuntimeClasspathProvider
Overrides:
resolveClasspath in class StandardSourcePathProvider
Throws:
CoreException

Eclipse PDE
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.