Uses of Interface
org.eclipse.debug.core.model.IPersistableSourceLocator
-
Packages that use IPersistableSourceLocator Package Description org.eclipse.debug.core Provides support for launching programs, breakpoint management, expression management, and debug events.org.eclipse.debug.core.sourcelookup Provides support for source lookup. -
-
Uses of IPersistableSourceLocator in org.eclipse.debug.core
Methods in org.eclipse.debug.core that return IPersistableSourceLocator Modifier and Type Method Description IPersistableSourceLocator
ILaunchManager. newSourceLocator(String identifier)
Creates and returns a new source locator of the specified type. -
Uses of IPersistableSourceLocator in org.eclipse.debug.core.sourcelookup
Subinterfaces of IPersistableSourceLocator in org.eclipse.debug.core.sourcelookup Modifier and Type Interface Description interface
IPersistableSourceLocator2
Extensions to theIPersistableSourceLocator
interface.interface
ISourceLookupDirector
A source lookup director directs the source lookup process among a set of participants and source containers.Classes in org.eclipse.debug.core.sourcelookup that implement IPersistableSourceLocator Modifier and Type Class Description class
AbstractSourceLookupDirector
Directs source lookup among a collection of source lookup participants, and a common collection of source containers.
-