org.apache.directory.server.core.schema.bootstrap
Class BootstrapRegistries

java.lang.Object
  extended by org.apache.directory.server.core.schema.bootstrap.BootstrapRegistries
All Implemented Interfaces:
Registries

public class BootstrapRegistries
extends java.lang.Object
implements Registries

A set of boostrap registries used to fire up the server.

Version:
$Rev: 434579 $
Author:
Apache Directory Project

Constructor Summary
BootstrapRegistries()
           
 
Method Summary
 java.util.List checkRefInteg()
          Attempts to resolve the dependent schema objects of all entities that refer to other objects within the registries.
 AttributeTypeRegistry getAttributeTypeRegistry()
           
 ComparatorRegistry getComparatorRegistry()
           
 DITContentRuleRegistry getDitContentRuleRegistry()
           
 DITStructureRuleRegistry getDitStructureRuleRegistry()
           
 MatchingRuleRegistry getMatchingRuleRegistry()
           
 MatchingRuleUseRegistry getMatchingRuleUseRegistry()
           
 NameFormRegistry getNameFormRegistry()
           
 NormalizerRegistry getNormalizerRegistry()
           
 ObjectClassRegistry getObjectClassRegistry()
           
 ObjectFactoryRegistry getObjectFactoryRegistry()
           
 OidRegistry getOidRegistry()
           
 StateFactoryRegistry getStateFactoryRegistry()
           
 SyntaxCheckerRegistry getSyntaxCheckerRegistry()
           
 SyntaxRegistry getSyntaxRegistry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapRegistries

public BootstrapRegistries()
Method Detail

getAttributeTypeRegistry

public AttributeTypeRegistry getAttributeTypeRegistry()
Specified by:
getAttributeTypeRegistry in interface Registries

getComparatorRegistry

public ComparatorRegistry getComparatorRegistry()
Specified by:
getComparatorRegistry in interface Registries

getDitContentRuleRegistry

public DITContentRuleRegistry getDitContentRuleRegistry()
Specified by:
getDitContentRuleRegistry in interface Registries

getDitStructureRuleRegistry

public DITStructureRuleRegistry getDitStructureRuleRegistry()
Specified by:
getDitStructureRuleRegistry in interface Registries

getMatchingRuleRegistry

public MatchingRuleRegistry getMatchingRuleRegistry()
Specified by:
getMatchingRuleRegistry in interface Registries

getMatchingRuleUseRegistry

public MatchingRuleUseRegistry getMatchingRuleUseRegistry()
Specified by:
getMatchingRuleUseRegistry in interface Registries

getNameFormRegistry

public NameFormRegistry getNameFormRegistry()
Specified by:
getNameFormRegistry in interface Registries

getNormalizerRegistry

public NormalizerRegistry getNormalizerRegistry()
Specified by:
getNormalizerRegistry in interface Registries

getObjectClassRegistry

public ObjectClassRegistry getObjectClassRegistry()
Specified by:
getObjectClassRegistry in interface Registries

getOidRegistry

public OidRegistry getOidRegistry()
Specified by:
getOidRegistry in interface Registries

getSyntaxCheckerRegistry

public SyntaxCheckerRegistry getSyntaxCheckerRegistry()
Specified by:
getSyntaxCheckerRegistry in interface Registries

getSyntaxRegistry

public SyntaxRegistry getSyntaxRegistry()
Specified by:
getSyntaxRegistry in interface Registries

getObjectFactoryRegistry

public ObjectFactoryRegistry getObjectFactoryRegistry()

getStateFactoryRegistry

public StateFactoryRegistry getStateFactoryRegistry()

checkRefInteg

public java.util.List checkRefInteg()
Attempts to resolve the dependent schema objects of all entities that refer to other objects within the registries. Null references will be handed appropriately.

Specified by:
checkRefInteg in interface Registries
Returns:
a list of exceptions encountered while resolving entities


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