Package | Description |
---|---|
oracle.jdeveloper.deploy.prf |
Modifier and Type | Class and Description |
---|---|
class |
BuildException |
Modifier and Type | Method and Description |
---|---|
abstract ProfileBuilder |
ProfileRecognizer.createBuilder(Context context, java.lang.Class classOrIntf)
Create a
ProfileBuilder which can build profiles of the type specified by classOrIntf , which includes any sub-class or sub-interfaces of that type. |
java.lang.Class<? extends Profile>[] |
ProfileBuilder.narrowProfileTypes()
Narrows the "all Profiles" list into profiles that are distinctly different from each other based on their class-hierarchies.
|
java.lang.Class<? extends Profile>[] |
ProfileBuilder.profileTypes()
A list of all Profiles that can be built.
|
abstract java.lang.Class<? extends Profile>[] |
ProfileRecognizer.recognize(Context ideContext, java.lang.Class classOrIntf)
Request recognition as a specific type
|