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

Packages that use ProducerTypeEnum
org.apache.directory.server.core.tools.schema   
org.apache.directory.server.schema.bootstrap  
 

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)
           
 

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

Methods in org.apache.directory.server.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()
           
static ProducerTypeEnum ProducerTypeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProducerTypeEnum[] ProducerTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.directory.server.schema.bootstrap that return types with arguments of type ProducerTypeEnum
static java.util.List<ProducerTypeEnum> ProducerTypeEnum.getList()
           
 

Methods in org.apache.directory.server.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.schema.bootstrap with parameters of type ProducerTypeEnum
AbstractBootstrapProducer(ProducerTypeEnum type)
          Creates a producer of a specific type.
 



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