Uses of Class
org.apache.directory.server.core.schema.bootstrap.ProducerTypeEnum

Packages that use ProducerTypeEnum
org.apache.directory.server.core.schema.bootstrap Contains interfaces and classes used for bootstrap schema object loading and configuration. 
org.apache.directory.server.core.tools.schema   
 

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

Fields in org.apache.directory.server.core.schema.bootstrap declared as ProducerTypeEnum
static ProducerTypeEnum ProducerTypeEnum.ATTRIBUTE_TYPE_PRODUCER
          enum for BootstrapProducers of AttributeType schema objects
static ProducerTypeEnum ProducerTypeEnum.COMPARATOR_PRODUCER
          enum for BootstrapProducers of Comparator schema objects
static ProducerTypeEnum ProducerTypeEnum.DIT_CONTENT_RULE_PRODUCER
          enum for BootstrapProducers of DitContentRule schema objects
static ProducerTypeEnum ProducerTypeEnum.DIT_STRUCTURE_RULE_PRODUCER
          enum for BootstrapProducers of DitStructureRule schema objects
static ProducerTypeEnum ProducerTypeEnum.MATCHING_RULE_PRODUCER
          enum for BootstrapProducers of MatchingRule schema objects
static ProducerTypeEnum ProducerTypeEnum.MATCHING_RULE_USE_PRODUCER
          enum for BootstrapProducers of MatchingRule schema objects
static ProducerTypeEnum ProducerTypeEnum.NAME_FORM_PRODUCER
          enum for BootstrapProducers of NameForm schema objects
static ProducerTypeEnum ProducerTypeEnum.NORMALIZER_PRODUCER
          enum for BootstrapProducers of Normalizer schema objects
static ProducerTypeEnum ProducerTypeEnum.OBJECT_CLASS_PRODUCER
          enum for BootstrapProducers of ObjectClass schema objects
static ProducerTypeEnum ProducerTypeEnum.OBJECT_FACTORY_PRODUCER
          enum for BootstrapProducers of ObjectFactory schema objects
static ProducerTypeEnum ProducerTypeEnum.STATE_FACTORY_PRODUCER
          enum for BootstrapProducers of StateFactory schema objects
static ProducerTypeEnum ProducerTypeEnum.SYNTAX_CHECKER_PRODUCER
          enum for BootstrapProducers of SyntaxChecker schema objects
static ProducerTypeEnum ProducerTypeEnum.SYNTAX_PRODUCER
          enum for BootstrapProducers of Syntax schema objects
 

Methods in org.apache.directory.server.core.schema.bootstrap that return ProducerTypeEnum
static ProducerTypeEnum ProducerTypeEnum.getProducerType(java.lang.String producerType)
          Gets the enumeration type for the attributeType producerType string regardless of case.
 ProducerTypeEnum BootstrapProducer.getType()
          Gets the type of producer this is.
 ProducerTypeEnum AbstractBootstrapProducer.getType()
           
 

Methods in org.apache.directory.server.core.schema.bootstrap with parameters of type ProducerTypeEnum
 java.lang.String AbstractBootstrapSchema.getFullClassName(ProducerTypeEnum type)
           
 java.lang.String BootstrapSchema.getFullClassName(ProducerTypeEnum type)
          Gets the class name for bootstrap Schema class producer type.
 java.lang.String AbstractBootstrapSchema.getFullDefaultBaseClassName(ProducerTypeEnum type)
           
 java.lang.String BootstrapSchema.getFullDefaultBaseClassName(ProducerTypeEnum type)
          If the base class name for the target class does not resolve, we attempt to load another backup class using this default base class name which tries another package for the target class factory to load.
 java.lang.String AbstractBootstrapSchema.getUnqualifiedClassName(ProducerTypeEnum type)
           
 java.lang.String BootstrapSchema.getUnqualifiedClassName(ProducerTypeEnum type)
          Gets the unqualified class name for bootstrap Schema class producer type.
 

Constructors in org.apache.directory.server.core.schema.bootstrap with parameters of type ProducerTypeEnum
AbstractBootstrapProducer(ProducerTypeEnum type)
          Creates a producer of a specific type.
 

Uses of ProducerTypeEnum in org.apache.directory.server.core.tools.schema
 

Methods in org.apache.directory.server.core.tools.schema with parameters of type ProducerTypeEnum
protected  boolean DirectorySchemaToolMojo.exists(java.lang.String defaultClass, ProducerTypeEnum type)
           
protected  void DirectorySchemaToolMojo.runVelocity(java.lang.String pkg, java.lang.String uqcn, org.apache.velocity.VelocityContext context, java.lang.String template, ProducerTypeEnum type)
           
 



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