public class JavaSourcePathComputer extends Object implements ISourcePathComputerDelegate
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.
Modifier and Type | Field and Description |
---|---|
static String |
ID
Unique identifier for the local Java source path computer
(value
org.eclipse.jdt.launching.sourceLookup.javaSourcePathComputer ). |
Constructor and Description |
---|
JavaSourcePathComputer() |
Modifier and Type | Method and Description |
---|---|
ISourceContainer[] |
computeSourceContainers(ILaunchConfiguration configuration,
IProgressMonitor monitor) |
String |
getId() |
public static final String ID
org.eclipse.jdt.launching.sourceLookup.javaSourcePathComputer
).public String getId()
public ISourceContainer[] computeSourceContainers(ILaunchConfiguration configuration, IProgressMonitor monitor) throws CoreException
computeSourceContainers
in interface ISourcePathComputerDelegate
CoreException
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.