Uses of Interface
org.apache.directory.server.schema.bootstrap.BootstrapProducer

Packages that use BootstrapProducer
org.apache.directory.server.schema.bootstrap  
 

Uses of BootstrapProducer in org.apache.directory.server.schema.bootstrap
 

Classes in org.apache.directory.server.schema.bootstrap that implement BootstrapProducer
 class AbstractBootstrapProducer
          An abstract producer implementation.
 class ApacheComparatorProducer
          A producer of Comparator objects for the eve schema.
 class ApacheMatchingRuleProducer
          A producer of MatchingRule objects for the eve schema.
 class ApachemetaComparatorProducer
          A producer of Comparator objects for the apachemeta schema.
 class ApachemetaMatchingRuleProducer
          A producer of MatchingRule objects for the apachemeta schema.
 class ApachemetaNormalizerProducer
          A producer of Normalizer objects for the apachemeta schema.
 class ApachemetaSyntaxCheckerProducer
          A producer of SyntaxChecker objects for the apachemeta schema.
 class ApachemetaSyntaxProducer
          A producer of Syntax objects for the apachemeta schema.
 class ApacheNormalizerProducer
          A producer of Normalizer objects for the eve schema.
 class ApacheSyntaxProducer
          A producer of Syntax objects for the apache schema.
 class NisComparatorProducer
          A producer of Comparator objects for the nis schema.
 class NisMatchingRuleProducer
          A producer of MatchingRule objects for the nis schema.
 class NisNormalizerProducer
          A producer of Normalizer objects for the nis schema.
 class NisSyntaxCheckerProducer
          A producer of SyntaxChecker objects for the nis schema.
 class NisSyntaxProducer
          A producer of Syntax objects for the nis schema.
 class SystemComparatorProducer
          Document this class.
 class SystemMatchingRuleProducer
          A simple maching rule configuration where objects and java code are used to create matching rules.
 class SystemNormalizerProducer
          A bootstrap producer which creates and announces newly created Normalizers for various matchingRules in the core schema.
 class SystemSyntaxCheckerProducer
          A producer of SyntaxCheckers for the core schema.
 class SystemSyntaxProducer
          A simple Syntax factory for the core LDAP schema in Section 4.3.2 of RFC2252.
 

Methods in org.apache.directory.server.schema.bootstrap with parameters of type BootstrapProducer
 void ProducerCallback.schemaObjectProduced(BootstrapProducer producer, java.lang.String registryKey, java.lang.Object schemaObject)
          Called to announce the creation of a new schema object by a producer.
 



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