| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.file.LibraryPaths
public final class LibraryPaths
The source and class paths of a library.
| Method Summary | |
|---|---|
 boolean | 
equals(java.lang.Object obj)
 | 
 Path | 
getClassPath()
Get the class path of the library.  | 
static LibraryPaths | 
getInstance(java.lang.String name,
            Path sourcePath,
            Path classPath)
Get an instance of this class.  | 
 java.lang.String | 
getLibraryName()
Get the library name.  | 
 Path | 
getSourcePath()
Get the source path of the library.  | 
 int | 
hashCode()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static LibraryPaths getInstance(java.lang.String name,
                                       Path sourcePath,
                                       Path classPath)
name - the library namesourcePath - the library source pathclassPath - the library class path
public java.lang.String getLibraryName()
public Path getSourcePath()
public Path getClassPath()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||