org.eclipse.cdt.debug.internal.core.sourcelookup
Class CSourceLookupDirector

java.lang.Object
  extended by org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
      extended by org.eclipse.cdt.debug.internal.core.sourcelookup.CSourceLookupDirector
All Implemented Interfaces:
org.eclipse.debug.core.ILaunchConfigurationListener, org.eclipse.debug.core.ILaunchListener, org.eclipse.debug.core.model.IPersistableSourceLocator, org.eclipse.debug.core.model.ISourceLocator, org.eclipse.debug.core.sourcelookup.IPersistableSourceLocator2, org.eclipse.debug.core.sourcelookup.ISourceLookupDirector
Direct Known Subclasses:
CommonSourceLookupDirector, DefaultSourceLocator

public class CSourceLookupDirector
extends org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector

C/C++ source lookup director.


Constructor Summary
CSourceLookupDirector()
           
 
Method Summary
 boolean contains(ICBreakpoint breakpoint)
           
 boolean contains(org.eclipse.core.resources.IProject project)
           
 boolean contains(java.lang.String source)
           
 org.eclipse.core.runtime.IPath getCompilationPath(java.lang.String sourceName)
           
 void initializeParticipants()
           
 boolean supportsSourceContainerType(org.eclipse.debug.core.sourcelookup.ISourceContainerType type)
           
 
Methods inherited from class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
addParticipants, clearSourceElements, dispose, findSourceElements, getId, getLaunchConfiguration, getMemento, getParticipants, getSourceContainers, getSourceElement, getSourceElement, getSourcePathComputer, initializeDefaults, initializeFromMemento, initializeFromMemento, isFindDuplicates, launchAdded, launchChanged, launchConfigurationAdded, launchConfigurationChanged, launchConfigurationRemoved, launchRemoved, removeParticipants, resolveSourceElement, setFindDuplicates, setId, setSourceContainers, setSourcePathComputer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSourceLookupDirector

public CSourceLookupDirector()
Method Detail

initializeParticipants

public void initializeParticipants()

supportsSourceContainerType

public boolean supportsSourceContainerType(org.eclipse.debug.core.sourcelookup.ISourceContainerType type)
Specified by:
supportsSourceContainerType in interface org.eclipse.debug.core.sourcelookup.ISourceLookupDirector
Overrides:
supportsSourceContainerType in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector

contains

public boolean contains(java.lang.String source)

contains

public boolean contains(ICBreakpoint breakpoint)

contains

public boolean contains(org.eclipse.core.resources.IProject project)

getCompilationPath

public org.eclipse.core.runtime.IPath getCompilationPath(java.lang.String sourceName)