Uses of Interface
org.eclipse.debug.core.sourcelookup.ISourceContainerType
-
Packages that use ISourceContainerType 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.org.eclipse.debug.core.sourcelookup.containers Provides implementations of common source containers supporting source lookup.org.eclipse.debug.ui.sourcelookup Provides a user interface for debug platform source lookup facilities. -
-
Uses of ISourceContainerType in org.eclipse.debug.core
Methods in org.eclipse.debug.core that return ISourceContainerType Modifier and Type Method Description ISourceContainerTypeILaunchManager. getSourceContainerType(String id)Returns the source container type extension registered with the given unique identifier, ornullif none.ISourceContainerType[]ILaunchManager. getSourceContainerTypes()Returns all registered source container type extensions. -
Uses of ISourceContainerType in org.eclipse.debug.core.sourcelookup
Methods in org.eclipse.debug.core.sourcelookup that return ISourceContainerType Modifier and Type Method Description ISourceContainerTypeISourceContainer. getType()Returns this container's type.Methods in org.eclipse.debug.core.sourcelookup with parameters of type ISourceContainerType Modifier and Type Method Description booleanAbstractSourceLookupDirector. supportsSourceContainerType(ISourceContainerType type)booleanISourceLookupDirector. supportsSourceContainerType(ISourceContainerType type)Returns whether this source director supports the given type of source location. -
Uses of ISourceContainerType in org.eclipse.debug.core.sourcelookup.containers
Methods in org.eclipse.debug.core.sourcelookup.containers that return ISourceContainerType Modifier and Type Method Description protected ISourceContainerTypeAbstractSourceContainer. getSourceContainerType(String id)Returns the source container type identified by the given id, ornullif none.ISourceContainerTypeArchiveSourceContainer. getType()ISourceContainerTypeDefaultSourceContainer. getType()ISourceContainerTypeDirectorySourceContainer. getType()ISourceContainerTypeExternalArchiveSourceContainer. getType()ISourceContainerTypeFolderSourceContainer. getType()ISourceContainerTypeProjectSourceContainer. getType()ISourceContainerTypeWorkspaceSourceContainer. getType() -
Uses of ISourceContainerType in org.eclipse.debug.ui.sourcelookup
Methods in org.eclipse.debug.ui.sourcelookup that return ISourceContainerType Modifier and Type Method Description ISourceContainerTypeWorkingSetSourceContainer. getType()
-