com.aptana.ide.debug.internal.core.sourcelookup
Class JSSourceLookupDirector

java.lang.Object
  extended by org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
      extended by com.aptana.ide.debug.internal.core.sourcelookup.JSSourceLookupDirector
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 JSSourceLookupDirector
extends org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector

JS source lookup director. For JS source lookup there is one source lookup participant.


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
JSSourceLookupDirector()
           
 
Method Summary
 java.lang.String getMemento()
           
 void initializeParticipants()
           
 
Methods inherited from class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
abort, addParticipants, cacheResolvedElement, clearCachedElement, clearSourceElements, dispose, doInitializeFromMemento, doSourceLookup, findSourceElements, getCachedElement, getId, getLaunchConfiguration, 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

JSSourceLookupDirector

public JSSourceLookupDirector()
Method Detail

initializeParticipants

public void initializeParticipants()
See Also:
ISourceLookupDirector.initializeParticipants()

getMemento

public java.lang.String getMemento()
                            throws org.eclipse.core.runtime.CoreException
Specified by:
getMemento in interface org.eclipse.debug.core.model.IPersistableSourceLocator
Overrides:
getMemento in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
Throws:
org.eclipse.core.runtime.CoreException
See Also:
IPersistableSourceLocator.getMemento()