Package org.eclipse.debug.core.sourcelookup.containers
Provides implementations of common source containers supporting source lookup.
Package Specification
This package provides implementations of common source containers, such as archives, folders, and projects.
-
Class Summary Class Description AbstractSourceContainer Common function for source containers.AbstractSourceContainerTypeDelegate Common function for source container type delegates.ArchiveSourceContainer Archive source container for an archive in the workspace.CompositeSourceContainer A source container of source containers.ContainerSourceContainer A source container for a container in the workspace.DefaultSourceContainer A source container that computer the default source lookup path for a launch configuration on each launch using a launch configuration's associated source path computer.DirectorySourceContainer A directory in the local file system.ExternalArchiveSourceContainer An archive in the local file system.FolderSourceContainer A folder in the workspace.LocalFileStorage Implementation of storage for a local file (java.io.File
).ProjectSourceContainer A project in the workspace.WorkspaceSourceContainer All projects in the workspace.ZipEntryStorage Storage implementation for zip entries.