oracle.jdeveloper.library
Interface Library
- All Superinterfaces:
- Copyable, Data, Dirtyable, Displayable, Element, SubDirtyable, Subject
- All Known Subinterfaces:
- DerivedLibrary
- All Known Implementing Classes:
- AbstractLibrary
- public interface Library
- extends Element, Copyable, SubDirtyable, Subject
Encapsulates the notion of a library as it is used
within JDeveloper.
Methods inherited from interface oracle.ide.model.Data |
getData |
LIBRARY_NAME_PROPERTY
public static final java.lang.String LIBRARY_NAME_PROPERTY
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
isLocked
public boolean isLocked()
setLocked
public void setLocked(boolean isLocked)
getDefaultClassPath
public URLPath getDefaultClassPath()
throws TransientMarker
setDefaultClassPath
public void setDefaultClassPath(URLPath clsPath)
getDefaultSourcePath
public URLPath getDefaultSourcePath()
throws TransientMarker
setDefaultSourcePath
public void setDefaultSourcePath(URLPath srcPath)
getDefaultDocPath
public URLPath getDefaultDocPath()
throws TransientMarker
setDefaultDocPath
public void setDefaultDocPath(URLPath docPath)