Uses of Interface
org.apache.directory.shared.ldap.schema.registries.NameFormRegistry

Packages that use NameFormRegistry
org.apache.directory.shared.ldap.schema Contains interfaces and base classes for representing the LDAP schema domain model. 
org.apache.directory.shared.ldap.schema.manager.impl   
org.apache.directory.shared.ldap.schema.registries   
 

Uses of NameFormRegistry in org.apache.directory.shared.ldap.schema
 

Methods in org.apache.directory.shared.ldap.schema that return NameFormRegistry
 NameFormRegistry SchemaManager.getNameFormRegistry()
          Get an immutable reference on the NameForm registry
 

Uses of NameFormRegistry in org.apache.directory.shared.ldap.schema.manager.impl
 

Methods in org.apache.directory.shared.ldap.schema.manager.impl that return NameFormRegistry
 NameFormRegistry DefaultSchemaManager.getNameFormRegistry()
          Get an immutable reference on the NameForm registry
 

Uses of NameFormRegistry in org.apache.directory.shared.ldap.schema.registries
 

Classes in org.apache.directory.shared.ldap.schema.registries that implement NameFormRegistry
 class DefaultNameFormRegistry
          An NameForm registry's service default implementation.
 class ImmutableNameFormRegistry
          An immutable wrapper of the NameForm registry.
 

Fields in org.apache.directory.shared.ldap.schema.registries declared as NameFormRegistry
protected  NameFormRegistry Registries.nameFormRegistry
          The NameForm registry
 

Methods in org.apache.directory.shared.ldap.schema.registries that return NameFormRegistry
 NameFormRegistry NameFormRegistry.copy()
          Copy the NameFormRegistry
 NameFormRegistry Registries.getNameFormRegistry()
           
 

Constructors in org.apache.directory.shared.ldap.schema.registries with parameters of type NameFormRegistry
ImmutableNameFormRegistry(NameFormRegistry nameFormRegistry)
          Creates a new instance of ImmutableNameFormRegistry.
 



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