| Package | Description |
|---|---|
| oracle.jdeveloper.deploy.meta.pattern.builder | |
| oracle.jdeveloper.deploy.tk.spi |
| Modifier and Type | Field and Description |
|---|---|
protected OBContext<R,O,C> |
OBBuilder.context_ |
| Modifier and Type | Method and Description |
|---|---|
protected OBContext<R,O,C> |
OBStager.context() |
OBContext<R,O,C> |
OBBuilder.getContext() |
protected abstract OBContext<R,O,C> |
OBStager.newOBContext(OBFramework<R,O,C> recognizer,
C userContext,
java.util.List<OBRecognizer<R,O,C>> recognizers,
int rSize,
OBContext<R,O,C> parent) |
protected abstract OBContext<R,O,C> |
OBContext.newOBContext(OBFramework<R,O,C> recognizer,
C userContext,
java.util.List<OBRecognizer<R,O,C>> recognizers,
int rSize,
OBContext<R,O,C> parent) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract OBContext<R,O,C> |
OBStager.newOBContext(OBFramework<R,O,C> recognizer,
C userContext,
java.util.List<OBRecognizer<R,O,C>> recognizers,
int rSize,
OBContext<R,O,C> parent) |
protected abstract OBContext<R,O,C> |
OBContext.newOBContext(OBFramework<R,O,C> recognizer,
C userContext,
java.util.List<OBRecognizer<R,O,C>> recognizers,
int rSize,
OBContext<R,O,C> parent) |
protected abstract OBSpiRecognizer<R,O,C> |
OBContext.newSpiRecognizer(OBContext<R,O,C> context) |
OBBuilder<R,O,C> |
OBRecognizer.recognize(R recognize,
OBContext<R,O,C> context,
java.lang.Class classOrIntf) |
| Constructor and Description |
|---|
OBBuilder(java.lang.Class objectClass,
OBContext<R,O,C> context) |
OBContext(OBFramework<R,O,C> mainProfiler,
C context,
java.util.List<OBRecognizer<R,O,C>> recognizers,
int rSize,
OBContext parent) |
OBSpiRecognizer(OBContext<R,O,C> context) |
| Modifier and Type | Method and Description |
|---|---|
OBBuilder<Element,Toolkit,Context> |
AbstractToolkitProvider.recognize(Element element,
OBContext<Element,Toolkit,Context> context,
java.lang.Class classOrIntf) |