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

java.lang.Object
  extended by org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
      extended by org.eclipse.cdt.debug.internal.core.sourcelookup.CSourceLookupDirector
          extended by org.eclipse.cdt.debug.internal.core.sourcelookup.CommonSourceLookupDirector
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

public class CommonSourceLookupDirector
extends CSourceLookupDirector

Director of the common source containers.


Constructor Summary
CommonSourceLookupDirector()
           
 
Method Summary
 void setSourceContainers(org.eclipse.debug.core.sourcelookup.ISourceContainer[] containers)
           
 
Methods inherited from class org.eclipse.cdt.debug.internal.core.sourcelookup.CSourceLookupDirector
contains, contains, contains, getCompilationPath, initializeParticipants, supportsSourceContainerType
 
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, setSourcePathComputer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonSourceLookupDirector

public CommonSourceLookupDirector()
Method Detail

setSourceContainers

public void setSourceContainers(org.eclipse.debug.core.sourcelookup.ISourceContainer[] containers)
Specified by:
setSourceContainers in interface org.eclipse.debug.core.sourcelookup.ISourceLookupDirector
Overrides:
setSourceContainers in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector