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

Packages that use MatchingRuleUseRegistry
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 MatchingRuleUseRegistry in org.apache.directory.server.core.schema
 

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

Methods in org.apache.directory.server.core.schema that return MatchingRuleUseRegistry
 MatchingRuleUseRegistry Registries.getMatchingRuleUseRegistry()
           
 MatchingRuleUseRegistry GlobalRegistries.getMatchingRuleUseRegistry()
           
 

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

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

Methods in org.apache.directory.server.core.schema.bootstrap that return MatchingRuleUseRegistry
 MatchingRuleUseRegistry BootstrapRegistries.getMatchingRuleUseRegistry()
           
 



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