| Package | Description | 
|---|---|
| oracle.jdeveloper.deploy.ear | |
| oracle.jdeveloper.deploy.prf | |
| oracle.jdeveloper.deploy.prf.spi | 
| Modifier and Type | Method and Description | 
|---|---|
protected BuilderContext | 
EarProfileRecognizer.builderContext(Cookie cookie)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
EarProfileRecognizer.canCreate(Element element, BuilderContext context, java.lang.Class classOrIntf, Cookie cookie)
Can an EAR Profile be created for this combination of parameters. 
 | 
protected AbstractBuilder | 
EarProfileRecognizer.recognizeImpl(Element element, BuilderContext context, java.lang.Class classOrIntf)
Template method. 
 | 
| Constructor and Description | 
|---|
EarProfileRecognizer.EarProfileBuilder(Workspace earContainer, java.util.ArrayList<ProfileBuilder> builders, BuilderContext context)  | 
| Modifier and Type | Method and Description | 
|---|---|
BuilderContext | 
Builder.getBuilderContext()
The context in which the Profile will be/has been built. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BuilderContext | 
AbstractBuilder.getBuilderContext()  | 
| Modifier and Type | Method and Description | 
|---|---|
AbstractBuilder | 
Recognizer.recognize(Element element, BuilderContext context, java.lang.Class classOrIntf)
Recognize the context and return one or more  
Builders that can create Profiles for the context. | 
AbstractBuilder | 
AbstractRecognizer.recognize(Element element, BuilderContext context, java.lang.Class classOrIntf)  | 
protected abstract AbstractBuilder | 
AbstractRecognizer.recognizeImpl(Element element, BuilderContext context, java.lang.Class classOrIntf)  | 
| Constructor and Description | 
|---|
AbstractBuilder(AbstractRecognizer abs, BuilderContext builderContext)  | 
AbstractBuilder(java.lang.Class<? extends Profile> profileClass, BuilderContext builderContext)  |