| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.0) E13403-08  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Library
Encapsulates the notion of a library as it is used within JDeveloper.
| Field Summary | |
|---|---|
static java.lang.String | 
LIBRARY_ID_PROPERTY
 | 
static java.lang.String | 
LIBRARY_NAME_PROPERTY
 | 
| Fields inherited from interface oracle.jdeveloper.library.JPaths | 
|---|
CLASSPATH_PROPERTY, DOCPATH_PROPERTY, ISLOCKED_PROPERTY, SOURCEPATH_PROPERTY | 
| Method Summary | |
|---|---|
 boolean | 
equivalent(Library library)
Determine whether the given Library is equivalent to this one with respect to the values of its public properties other than name.  | 
 URLPath | 
getDefaultClassPath()
Deprecated. use getClassPath()  | 
 URLPath | 
getDefaultDocPath()
Deprecated. use getDocPath()  | 
 URLPath | 
getDefaultSourcePath()
Deprecated. use getSourcePath()  | 
 java.lang.Object | 
getID()
 | 
 java.lang.String | 
getName()
 | 
 void | 
initFromLibrary(Library lib)
Initialize all public properties, other than name, from the Library provided.  | 
 void | 
setDefaultClassPath(URLPath clsPath)
Deprecated. use setClassPath(URLPath)  | 
 void | 
setDefaultDocPath(URLPath docPath)
Deprecated. use setDocPath(URLPath)  | 
 void | 
setDefaultSourcePath(URLPath srcPath)
Deprecated. use setSourcePath(URLPath)  | 
 void | 
setName(java.lang.String name)
 | 
| Methods inherited from interface oracle.jdeveloper.library.JPaths | 
|---|
getClassPath, getDocPath, getSourcePath, isLocked, setClassPath, setDocPath, setLocked, setSourcePath | 
| Methods inherited from interface oracle.ide.model.Displayable | 
|---|
getIcon, getLongLabel, getShortLabel, getToolTipText, toString | 
| Field Detail | 
|---|
static final java.lang.String LIBRARY_NAME_PROPERTY
static final java.lang.String LIBRARY_ID_PROPERTY
| Method Detail | 
|---|
java.lang.String getName()
void setName(java.lang.String name)
java.lang.Object getID()
boolean equivalent(Library library)
library - the Library against which to test for equivalence.
void initFromLibrary(Library lib)
library - the Library from which to fetch property values.URLPath getDefaultClassPath()
void setDefaultClassPath(URLPath clsPath)
URLPath getDefaultSourcePath()
void setDefaultSourcePath(URLPath srcPath)
URLPath getDefaultDocPath()
void setDefaultDocPath(URLPath docPath)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.0) E13403-08  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||