Skip navigation links
oracle.jdeveloper.library
Interface JLibrary
- All Superinterfaces:
- Displayable, JLibraryDefinition, JPaths, Library
- All Known Implementing Classes:
- AddinLibrary, JLibraryAdapter, JLibraryNode
-
public interface JLibrary
- extends JLibraryDefinition
Encapsulates the notion of a Library as it is used within JDeveloper.
Methods inherited from interface oracle.jdeveloper.library.Library |
equivalent, getDefaultClassPath, getDefaultDocPath, getDefaultSourcePath, getID, getName, initFromLibrary, setDefaultClassPath, setDefaultDocPath, setDefaultSourcePath, setName |
DEPLOYED_BY_DEFAULT_PROPERTY
static final java.lang.String DEPLOYED_BY_DEFAULT_PROPERTY
-
- See Also:
- Constant Field Values
getDeployedByDefault
java.lang.Boolean getDeployedByDefault()
throws AttributeMarker
-
- Throws:
AttributeMarker
setDeployedByDefault
void setDeployedByDefault(java.lang.Boolean deploy)
getDefaultLibraryDefinition
JLibraryDefinition getDefaultLibraryDefinition()
- Deprecated. JDK based versions desupported. Use JLibrary directly.
getLibraryDefinition
JLibraryDefinition getLibraryDefinition(VersionNumber jdkVer)
- Deprecated. JDK based versions desupported. Use JLibrary directly.
Skip navigation links
Copyright © 1997, 2013, Oracle. All rights reserved.