|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A source path computer delegate computes the default source lookup path (set of source containers that should be considered) for a launch configuration.
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
Method Summary | |
---|---|
ISourceContainer[] |
computeSourceContainers(ILaunchConfiguration configuration,
IProgressMonitor monitor)
Returns a default collection source containers to be considered for the given launch configuration. |
Method Detail |
public 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 operations
CoreException
- if unable to compute a default source lookup path
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.