Package | Description |
---|---|
org.eclipse.jdt.debug.ui |
Provides an implementation of a source locator for the Java debug model. |
org.eclipse.jdt.launching.sourcelookup |
Application programming interfaces and classes for source lookup.
|
Modifier and Type | Method and Description |
---|---|
IJavaSourceLocation[] |
JavaUISourceLocator.getSourceLocations()
Deprecated.
Returns the locations that this source locator is currently
searching, in the order that they are searched.
|
Modifier and Type | Method and Description |
---|---|
void |
JavaUISourceLocator.setSourceLocations(IJavaSourceLocation[] locations)
Deprecated.
/**
Sets the locations that will be searched, in the order
to be searched.
|
Modifier and Type | Class and Description |
---|---|
class |
ArchiveSourceLocation
Deprecated.
In 3.0, the debug platform provides source lookup facilities that
should be used in place of the Java source lookup support provided in 2.0.
The new facilities provide a source lookup director that coordinates source
lookup among a set of participants, searching a set of source containers.
See the following packages:
org.eclipse.debug.core.sourcelookup
and org.eclipse.debug.core.sourcelookup.containers . This class
has been replaced by the following classes:
org.eclipse.debug.core.sourcelookup.containers.ArchiveSourceContainer
and org.eclipse.debug.core.sourcelookup.containers.ExternalArchiveSourceContainer . |
class |
DirectorySourceLocation
Deprecated.
In 3.0, the debug platform provides source lookup facilities that
should be used in place of the Java source lookup support provided in 2.0.
The new facilities provide a source lookup director that coordinates source
lookup among a set of participants, searching a set of source containers.
See the following packages:
org.eclipse.debug.core.sourcelookup
and org.eclipse.debug.core.sourcelookup.containers . This class
has been replaced by
org.eclipse.debug.core.sourcelookup.containers.DirectorySourceContainer . |
class |
JavaProjectSourceLocation
Deprecated.
In 3.0, the debug platform provides source lookup facilities that
should be used in place of the Java source lookup support provided in 2.0.
The new facilities provide a source lookup director that coordinates source
lookup among a set of participants, searching a set of source containers.
See the following packages:
org.eclipse.debug.core.sourcelookup
and org.eclipse.debug.core.sourcelookup.containers . This class
has been replaced by
org.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer . |
class |
PackageFragmentRootSourceLocation
Deprecated.
In 3.0, the debug platform provides source lookup facilities that
should be used in place of the Java source lookup support provided in 2.0.
The new facilities provide a source lookup director that coordinates source
lookup among a set of participants, searching a set of source containers.
See the following packages:
org.eclipse.debug.core.sourcelookup
and org.eclipse.debug.core.sourcelookup.containers . This class
has been replaced by
org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer . |
Modifier and Type | Method and Description |
---|---|
static IJavaSourceLocation[] |
JavaSourceLocator.getDefaultSourceLocations(IJavaProject project)
Deprecated.
Returns a default collection of source locations for
the given Java project.
|
IJavaSourceLocation[] |
JavaSourceLocator.getSourceLocations()
Deprecated.
Returns the locations that this source locator is currently
searching, in the order that they are searched.
|
Modifier and Type | Method and Description |
---|---|
void |
JavaSourceLocator.setSourceLocations(IJavaSourceLocation[] locations)
Deprecated.
Sets the locations that will be searched, in the order
to be searched.
|
Constructor and Description |
---|
JavaSourceLocator(IJavaSourceLocation[] locations)
Deprecated.
Constructs a new JavaSourceLocator that searches the
specified set of source locations for source elements.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.