Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.file
Class LibraryPaths

java.lang.Object
  extended by oracle.ide.file.LibraryPaths


public final class LibraryPaths
extends java.lang.Object

The source and class paths of a library.

Since:
11.1.2

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

getInstance

public static LibraryPaths getInstance(java.lang.String name,
                                       Path sourcePath,
                                       Path classPath)
Get an instance of this class.
Parameters:
name - the library name
sourcePath - the library source path
classPath - the library class path
Returns:
the library paths instance

getLibraryName

public java.lang.String getLibraryName()
Get the library name.
Returns:
the library name

getSourcePath

public Path getSourcePath()
Get the source path of the library.
Returns:
the source path of the library

getClassPath

public Path getClassPath()
Get the class path of the library.
Returns:
the class path of the library

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.