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

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

Methods in org.apache.directory.shared.ldap.schema that return MatchingRuleRegistry
 MatchingRuleRegistry SchemaManager.getMatchingRuleRegistry()
          Get an immutable reference on the MatchingRule registry
 

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

Methods in org.apache.directory.shared.ldap.schema.manager.impl that return MatchingRuleRegistry
 MatchingRuleRegistry DefaultSchemaManager.getMatchingRuleRegistry()
          Get an immutable reference on the MatchingRule registry
 

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

Classes in org.apache.directory.shared.ldap.schema.registries that implement MatchingRuleRegistry
 class DefaultMatchingRuleRegistry
          A MatchingRule registry's service default implementation.
 class ImmutableMatchingRuleRegistry
          An immutable wrapper of the MatchingRule registry.
 

Fields in org.apache.directory.shared.ldap.schema.registries declared as MatchingRuleRegistry
protected  MatchingRuleRegistry Registries.matchingRuleRegistry
          The MatchingRule registry
 

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

Constructors in org.apache.directory.shared.ldap.schema.registries with parameters of type MatchingRuleRegistry
ImmutableMatchingRuleRegistry(MatchingRuleRegistry matchingRuleRegistry)
          Creates a new instance of ImmutableMatchingRuleRegistry.
 



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