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
.@Deprecated public class JavaProjectSourceLocation extends PlatformObject implements IJavaSourceLocation
ICompilationUnit
and IClassFile.
This class may be instantiated.
IJavaSourceLocation
Constructor and Description |
---|
JavaProjectSourceLocation()
Deprecated.
Constructs a new empty source location to be initialized
by a memento.
|
JavaProjectSourceLocation(IJavaProject project)
Deprecated.
Constructs a new source location that will retrieve source
elements from the given Java project.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object)
Deprecated.
|
Object |
findSourceElement(String name)
Deprecated.
Returns an object representing the source code
for a type with the specified name, or
null
if none could be found. |
IJavaProject |
getJavaProject()
Deprecated.
Returns the Java project associated with this source
location.
|
String |
getMemento()
Deprecated.
Returns a memento for this source location from which this
source location can be reconstructed.
|
int |
hashCode()
Deprecated.
|
void |
initializeFrom(String memento)
Deprecated.
Initializes this source location from the given memento.
|
getAdapter
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAdapter
public JavaProjectSourceLocation()
public JavaProjectSourceLocation(IJavaProject project)
project
- Java projectpublic Object findSourceElement(String name) throws CoreException
IJavaSourceLocation
null
if none could be found. The name is
a fully qualified type name, and may contain the '$'
character when referring to inner types. For example,
java.lang.String
. The source element
returned is implementation specific - for example, a
resource, a local file, a zip file entry, etc.findSourceElement
in interface IJavaSourceLocation
name
- fully qualified name of the type for which
source is being searched forCoreException
- if an exception occurs while searching
for the specified source elementpublic IJavaProject getJavaProject()
public String getMemento() throws CoreException
IJavaSourceLocation
getMemento
in interface IJavaSourceLocation
CoreException
- if unable to create a mementopublic void initializeFrom(String memento) throws CoreException
IJavaSourceLocation
initializeFrom
in interface IJavaSourceLocation
memento
- a memento generated by this source locationCoreException
- if unable to initialize this source
location
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.