| Package | Description |
|---|---|
| oracle.jdeveloper.deploy.common | |
| oracle.jdeveloper.deploy.jar |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LibraryDependencies.copyToImpl(LibraryDependencies copy)
Design pattern for supporting strongly typed copying.
|
protected boolean |
LibraryDependencies.equalsImpl(LibraryDependencies ld)
This is a helper method for
equals(Object) that can
also be used by subclasses that implement equals(Object). |
| Modifier and Type | Method and Description |
|---|---|
LibraryDependencies |
ArchiveProfile.getLibraryDependencies()
Returns the
LibraryDependencies of this profile. |
LibraryDependencies |
ArchiveProfile.getOrCreateLibraryDependencies()
Return
LibraryDependencies of the profile, create one if necessary. |
| Modifier and Type | Method and Description |
|---|---|
void |
ArchiveProfile.setLibraryDependencies(LibraryDependencies libraryDependencies) |