|
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.jdt.launching.LibraryLocation
The location of a library (for example rt.jar).
Clients may instantiate this class; it is not intended to be subclassed.
Constructor Summary | |
LibraryLocation(IPath libraryPath,
IPath sourcePath,
IPath packageRoot)
Creates a new library location. |
Method Summary | |
protected boolean | equals(IPath path1,
IPath path2)
Returns whether the given paths are equal - either may be null. |
boolean | equals(Object obj)
|
IPath | getPackageRootPath()
Returns the path to the default package in the sources zip file |
IPath | getSystemLibraryPath()
Returns the JRE library jar location. |
IPath | getSystemLibrarySourcePath()
Returns the JRE library source zip location. |
int | hashCode()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LibraryLocation(IPath libraryPath, IPath sourcePath, IPath packageRoot)
Method Detail |
public IPath getSystemLibraryPath()
public IPath getSystemLibrarySourcePath()
public IPath getPackageRootPath()
public boolean equals(Object obj)
public int hashCode()
protected boolean equals(IPath path1, IPath path2)
|
Eclipse JDT Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |