Uses of Interface
org.apache.hivemind.annotations.TypedRegistry

Packages that use TypedRegistry
org.apache.hivemind.annotations   
org.apache.hivemind.annotations.internal   
 

Uses of TypedRegistry in org.apache.hivemind.annotations
 

Methods in org.apache.hivemind.annotations that return TypedRegistry
 TypedRegistry AnnotatedRegistryBuilder.constructRegistry(java.lang.Class... moduleClasses)
          Constructs a registry from a couple of annotated module classes specified by their class definitions.
 TypedRegistry AnnotatedRegistryBuilder.constructRegistry(java.lang.String... moduleClassNames)
          Constructs a registry from a couple of annotated module classes specified by their name.
 TypedRegistry AbstractAnnotatedModule.getRegistry()
           
 

Methods in org.apache.hivemind.annotations with parameters of type TypedRegistry
 void AbstractAnnotatedModule.setRegistry(TypedRegistry typedRegistry)
          This setter is used to inject the registry reference.
 

Uses of TypedRegistry in org.apache.hivemind.annotations.internal
 

Classes in org.apache.hivemind.annotations.internal that implement TypedRegistry
 class TypedRegistryImpl
          Implementation of TypedRegistry.
 



Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.