Uses of Interface
org.apache.directory.server.core.schema.NameFormRegistry

Packages that use NameFormRegistry
org.apache.directory.server.core.schema Contains interfaces for schema object registry services and simple POJO implementations of these services. 
org.apache.directory.server.core.schema.bootstrap Contains interfaces and classes used for bootstrap schema object loading and configuration. 
 

Uses of NameFormRegistry in org.apache.directory.server.core.schema
 

Classes in org.apache.directory.server.core.schema that implement NameFormRegistry
 class GlobalNameFormRegistry
          A plain old java object implementation of an NameFormRegistry.
 

Methods in org.apache.directory.server.core.schema that return NameFormRegistry
 NameFormRegistry Registries.getNameFormRegistry()
           
 NameFormRegistry GlobalRegistries.getNameFormRegistry()
           
 

Uses of NameFormRegistry in org.apache.directory.server.core.schema.bootstrap
 

Classes in org.apache.directory.server.core.schema.bootstrap that implement NameFormRegistry
 class BootstrapNameFormRegistry
          A plain old java object implementation of an NameFormRegistry.
 

Methods in org.apache.directory.server.core.schema.bootstrap that return NameFormRegistry
 NameFormRegistry BootstrapRegistries.getNameFormRegistry()
           
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.