Class JavaSourcePathComputer
java.lang.Object
org.eclipse.jdt.launching.sourcelookup.containers.JavaSourcePathComputer
- All Implemented Interfaces:
ISourcePathComputerDelegate
Computes a default source lookup path for Java applications.
The source path provider associated with a launch configuration is consulted
to compute a source lookup path. The source path provider is determined
by the
ATTR_SOURCE_PATH_PROVIDER
launch configuration attribute,
which defaults to the StandardSourcePathProvider
when unspecified.
The source path provider computes a collection of IRuntimeClasspathEntry
's
which are translated to source containers (ISourceContainer
).
Clients may subclass this class.
- Since:
- 3.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomputeSourceContainers
(ILaunchConfiguration configuration, IProgressMonitor monitor) getId()
-
Field Details
-
ID
Unique identifier for the local Java source path computer (valueorg.eclipse.jdt.launching.sourceLookup.javaSourcePathComputer
).- See Also:
-
-
Constructor Details
-
JavaSourcePathComputer
public JavaSourcePathComputer()
-
-
Method Details
-
getId
-
computeSourceContainers
public ISourceContainer[] computeSourceContainers(ILaunchConfiguration configuration, IProgressMonitor monitor) throws CoreException - Specified by:
computeSourceContainers
in interfaceISourcePathComputerDelegate
- Throws:
CoreException
-