com.pvx.ooadide.launchers.debug.launching
Class PVXSourcePathComputerDelegate

java.lang.Object
  extended by com.pvx.ooadide.launchers.debug.launching.PVXSourcePathComputerDelegate
All Implemented Interfaces:
org.eclipse.debug.core.sourcelookup.ISourcePathComputerDelegate

public class PVXSourcePathComputerDelegate
extends java.lang.Object
implements org.eclipse.debug.core.sourcelookup.ISourcePathComputerDelegate

Computes the default source lookup path for a PDA launch configuration. The default source lookup path is the folder or project containing the PDA program being launched. If the program is not specified, the workspace is searched by default.


Constructor Summary
PVXSourcePathComputerDelegate()
           
 
Method Summary
 org.eclipse.debug.core.sourcelookup.ISourceContainer[] computeSourceContainers(org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PVXSourcePathComputerDelegate

public PVXSourcePathComputerDelegate()
Method Detail

computeSourceContainers

public org.eclipse.debug.core.sourcelookup.ISourceContainer[] computeSourceContainers(org.eclipse.debug.core.ILaunchConfiguration configuration,
                                                                                      org.eclipse.core.runtime.IProgressMonitor monitor)
                                                                               throws org.eclipse.core.runtime.CoreException
Specified by:
computeSourceContainers in interface org.eclipse.debug.core.sourcelookup.ISourcePathComputerDelegate
Throws:
org.eclipse.core.runtime.CoreException