Uses of Interface
biz.hammurapi.registry.RegistryEntry

Packages that use RegistryEntry
biz.hammurapi.registry   
 

Uses of RegistryEntry in biz.hammurapi.registry
 

Classes in biz.hammurapi.registry that implement RegistryEntry
 class Directory
          Registry entry which groups other entries.
 

Methods in biz.hammurapi.registry that return types with arguments of type RegistryEntry
 java.util.List<RegistryEntry> RegistryEntry.getChildren(java.lang.Class<?>[] componentTypes, java.lang.Class<?> factoryTypes, java.util.Set<java.lang.String> filterTokens)
           
 java.util.List<RegistryEntry> Directory.getChildren(java.lang.Class<?>[] componentTypes, java.lang.Class<?> factoryTypes, java.util.Set<java.lang.String> filterTokens)
           
 

Methods in biz.hammurapi.registry with parameters of type RegistryEntry
 void Directory.addEntry(RegistryEntry child)
           
 

Constructors in biz.hammurapi.registry with parameters of type RegistryEntry
Directory(java.lang.String name, RegistryEntry... children)
           
 

Constructor parameters in biz.hammurapi.registry with type arguments of type RegistryEntry
Directory(java.lang.String name, java.util.Collection<RegistryEntry> children)
           
 



Copyright © 2006 Hammurapi Group. All Rights Reserved.