|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Description | |
|---|---|
| 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. |
| Uses of Description in org.appdapter.api.registry |
|---|
| Methods in org.appdapter.api.registry with parameters of type Description | |
|---|---|
boolean |
Pattern.matches(Description d)
|
void |
Registry.registerObject(Object o,
Description d)
|
| Uses of Description in org.appdapter.registry.basic |
|---|
| Classes in org.appdapter.registry.basic that implement Description | |
|---|---|
class |
BasicDescription
|
| Methods in org.appdapter.registry.basic that return Description | |
|---|---|
protected Description |
BasicPattern.getDescription()
|
| Methods in org.appdapter.registry.basic with parameters of type Description | |
|---|---|
boolean |
BasicPattern.matches(Description d)
|
void |
BasicRegistry.registerObject(Object o,
Description d)
|
| Constructors in org.appdapter.registry.basic with parameters of type Description | |
|---|---|
BasicPattern(Description desc)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||