| Package | Description |
|---|---|
| org.appdapter.api.facade | |
| org.appdapter.api.registry |
Our Registry system allows objects to be registered and looked up in a type-safe manner,
with optionally guarded result size, and flexibility in result delivery to client code.
|
| org.appdapter.registry.basic |
The "Basic" Registry system provides a simple implementation of the
Registry interfaces and concepts.
|
| Modifier and Type | Method and Description |
|---|---|
Description |
Maker.getRegistryDesc(OT obj,
String objName)
Currently we're not telling you "which registry" to describe the object for,
which might be helpful.
|
Description |
BasicMaker.getRegistryDesc(OT obj,
String objName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Pattern.matches(Description d) |
void |
Registry.registerObject(Object o,
Description d)
Open questions:
1) What is defined behavior if we register two objects for "same" description,
or two descriptions for "same" object?
|
void |
DeletingRegistry.unregisterObject(Object o,
Description d) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicDescription |
| Modifier and Type | Method and Description |
|---|---|
protected Description |
BasicPattern.getDescription() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BasicPattern.matches(Description d) |
void |
BasicRegistry.registerObject(Object o,
Description d) |
| Constructor and Description |
|---|
BasicPattern(Description desc) |
Copyright © 2010-2015. All Rights Reserved.