org.eclipse.ocl.examples.debug.vm.srclookup
Class VMSourceLookupDirector

java.lang.Object
  extended by org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
      extended by org.eclipse.ocl.examples.debug.vm.srclookup.VMSourceLookupDirector
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:
OCLSourceLookupDirector

public abstract class VMSourceLookupDirector
extends org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector


Field Summary
 
Fields inherited from class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
CONTAINER_MEMENTO_ATTR, CONTAINER_NODE, CONTAINER_TYPE_ATTR, CONTAINERS_NODE, DIRECTOR_ROOT_NODE, DUPLICATES_ATTR, fComputer, fConfig, fDuplicates, fId, fParticipants, fPromptStatus, fResolvedElements, fResolveDuplicatesStatus, fSourceContainers
 
Constructor Summary
VMSourceLookupDirector()
           
 
Method Summary
protected abstract  VMDebugCore getDebugCore()
           
 void initializeParticipants()
           
 
Methods inherited from class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
abort, addParticipants, cacheResolvedElement, clearCachedElement, clearSourceElements, dispose, doInitializeFromMemento, doSourceLookup, findSourceElements, getCachedElement, getCurrentParticipant, getId, getLaunchConfiguration, getMemento, getParticipants, getSourceContainers, getSourceElement, getSourceElement, getSourcePathComputer, initializeDefaults, initializeFromMemento, initializeFromMemento, isFindDuplicates, launchAdded, launchChanged, launchConfigurationAdded, launchConfigurationChanged, launchConfigurationRemoved, launchRemoved, removeParticipants, resolveSourceElement, setFindDuplicates, setId, setLaunchConfiguration, setSourceContainers, setSourcePathComputer, supportsSourceContainerType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VMSourceLookupDirector

public VMSourceLookupDirector()
Method Detail

getDebugCore

@NonNull
protected abstract VMDebugCore getDebugCore()

initializeParticipants

public void initializeParticipants()