public interface ISourcePathComputerDelegate
A source path computer is contributed in plug-in XML via the
sourcePathComputers
extension point, providing a delegate
to compute the default source lookup path specific to a launch
configuration.
Clients may implement this interface.
ISourcePathComputer
Modifier and Type | Method and Description |
---|---|
ISourceContainer[] |
computeSourceContainers(ILaunchConfiguration configuration,
IProgressMonitor monitor)
Returns a default collection source containers to be considered for the
given launch configuration.
|
ISourceContainer[] computeSourceContainers(ILaunchConfiguration configuration, IProgressMonitor monitor) throws CoreException
configuration
- the launch configuration for which a default source lookup path
is to be computedmonitor
- a progress monitor to be used in case of long operationsCoreException
- if unable to compute a default source lookup path
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.