| Package | Description |
|---|---|
| oracle.jdeveloper.deploy.prf |
| Modifier and Type | Method and Description |
|---|---|
Profile[] |
ProfileBuilder.buildAllProfiles() |
Profile[] |
ProfileBuilder.buildNarrowProfiles()
Builds and returns only the profiles returned by
narrowProfiles(). |
<T extends Profile> |
ProfileBuilder.buildProfile(java.lang.Class<T> profileClass)
Build a specific Profile.
|