public interface IWorkspaceProjectDescriber
org.eclipse.jdt.launching.workspaceProjectDescribers
extension point.
Workspace project runtime classes location are used to identify projects when performing source code lookup. Depending on project type and
application classloading mechanism used by the runtime, classes location can be project output folders, one of project classpath entries (for PDE
Binary Plug-In projects, for example) or some other runtime-specific location, like OSGi bundle installation location.
The same workspace project can have different classes location if it is used with different runtime technologies. For example, PDE Plug-In project
classes will have bundle installation location when used by Equinox framework and project output folder when used by standard java application.
Note that different runtime technologies can coexist within the same running JVM, like it is the case with Tycho build, where Equinox, Maven and
standard Java APIs are used side-by-side. For this reason multiple project describers can provide information about the same project and all
projects descriptions will be considered when performing source lookup.Modifier and Type | Interface and Description |
---|---|
static interface |
IWorkspaceProjectDescriber.IJavaProjectSourceDescription |
Modifier and Type | Method and Description |
---|---|
void |
describeProject(IJavaProject project,
IWorkspaceProjectDescriber.IJavaProjectSourceDescription description)
Populate the given description with the given project's description.
|
void describeProject(IJavaProject project, IWorkspaceProjectDescriber.IJavaProjectSourceDescription description) throws CoreException
CoreException
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.