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

Packages that use LdapSyntaxRegistry
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 LdapSyntaxRegistry in org.apache.directory.shared.ldap.schema
 

Methods in org.apache.directory.shared.ldap.schema that return LdapSyntaxRegistry
 LdapSyntaxRegistry SchemaManager.getLdapSyntaxRegistry()
          Get an immutable reference on the LdapSyntax registry
 

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

Methods in org.apache.directory.shared.ldap.schema.manager.impl that return LdapSyntaxRegistry
 LdapSyntaxRegistry DefaultSchemaManager.getLdapSyntaxRegistry()
          Get an immutable reference on the LdapSyntax registry
 

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

Classes in org.apache.directory.shared.ldap.schema.registries that implement LdapSyntaxRegistry
 class DefaultLdapSyntaxRegistry
          A LdapSyntax registry's service default implementation.
 class ImmutableLdapSyntaxRegistry
          An immutable wrapper of the Syntax registry.
 

Fields in org.apache.directory.shared.ldap.schema.registries declared as LdapSyntaxRegistry
protected  LdapSyntaxRegistry Registries.ldapSyntaxRegistry
          The LdapSyntax registry
 

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

Constructors in org.apache.directory.shared.ldap.schema.registries with parameters of type LdapSyntaxRegistry
ImmutableLdapSyntaxRegistry(LdapSyntaxRegistry ldapSyntaxRegistry)
          Creates a new instance of ImmutableLdapSyntaxRegistry.
 



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