| Package | Description |
|---|---|
| oracle.jdeveloper.deploy.ear | |
| oracle.jdeveloper.deploy.prf |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.ArrayList<ProfileBuilder> |
EarProfileRecognizer.getContainedProfileBuilders(java.util.Iterator<Project> projectsIter, Cookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractBuilder |
EarProfileRecognizer.newEarProfileBuilder(Workspace ws, java.util.ArrayList<ProfileBuilder> builders, Cookie cookie) |
| Constructor and Description |
|---|
EarProfileRecognizer.EarProfileBuilder(Workspace earContainer, java.util.ArrayList<ProfileBuilder> builders, BuilderContext context) |
| Modifier and Type | Method and Description |
|---|---|
abstract ProfileBuilder |
ProfileRecognizer.createBuilder(Context context)
Create a
ProfileBuilder which can be used to build one or more profiles for an IDE Context. |
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. |