org.appdapter.api.registry
Interface Registry
- All Known Subinterfaces:
- SimpleRegistry, VerySimpleRegistry
- All Known Implementing Classes:
- BasicRegistry
public interface Registry
A registry is able to register Object+Description pairs, and generate Finders
that can search through the registered pairs.
- Author:
- Stu B.
registerObject
void registerObject(Object o,
Description d)
getFinder
<OT> Finder<OT> getFinder(Class<OT> objClaz)
- Returns:
- a Finder that can search the Registry for objects of the given class OT.
Copyright © 2010-2012. All Rights Reserved.