|
Eclipse JDT Release 3.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.jdt.launching.sourcelookup.JavaProjectSourceLocation
Locates source elements in all source folders of the given Java project. Returns instances of ICompilationUnit and IClassFile.
This class may be instantiated; it is not intended to be subclassed.
| Constructor Summary | |
| 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. | |
| Method Summary | |
| 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. |
| Methods inherited from class org.eclipse.core.runtime.PlatformObject |
| getAdapter |
| Methods inherited from class java.lang.Object |
| clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
| getAdapter |
| Constructor Detail |
public JavaProjectSourceLocation()
public JavaProjectSourceLocation(IJavaProject project)
| Method Detail |
public Object findSourceElement(String name)
throws CoreException
public IJavaProject getJavaProject()
public boolean equals(Object object)
public int hashCode()
public String getMemento()
throws CoreException
public void initializeFrom(String memento)
throws CoreException
|
Eclipse JDT Release 3.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||