org.appdapter.api.registry
Interface VerySimpleRegistry
- All Superinterfaces:
- Registry, SimpleRegistry
- All Known Implementing Classes:
- BasicRegistry
public interface VerySimpleRegistry
- extends SimpleRegistry
Additional Registry methods making it easy to look up an object by exact match to the name
field of its description.
- Author:
- Stu B.
registerNamedObject
void registerNamedObject(Object o,
String objName)
findOptionalUniqueNamedObject
<OT> OT findOptionalUniqueNamedObject(Class<OT> objClaz,
String objName)
throws Exception
- Throws:
Exception
findRequiredUniqueNamedObject
<OT> OT findRequiredUniqueNamedObject(Class<OT> objClaz,
String objName)
throws Exception
- Throws:
Exception
Copyright © 2010-2012. All Rights Reserved.