Uses of Interface
org.appdapter.api.registry.Description

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)
           
 



Copyright © 2010-2012. All Rights Reserved.