org.apache.directory.shared.ldap.schema.registries
Class DefaultDITContentRuleRegistry

java.lang.Object
  extended by org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry<DITContentRule>
      extended by org.apache.directory.shared.ldap.schema.registries.DefaultDITContentRuleRegistry
All Implemented Interfaces:
java.lang.Iterable<DITContentRule>, DITContentRuleRegistry, SchemaObjectRegistry<DITContentRule>

public class DefaultDITContentRuleRegistry
extends DefaultSchemaObjectRegistry<DITContentRule>
implements DITContentRuleRegistry

An DITContentRule registry's service default implementation.

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

Field Summary
 
Fields inherited from class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
byName, oidRegistry, schemaObjectType
 
Constructor Summary
DefaultDITContentRuleRegistry()
          Creates a new default DITContentRuleRegistry instance.
 
Method Summary
 DefaultDITContentRuleRegistry copy()
          Copy the DITContentRuleRegistry
 
Methods inherited from class org.apache.directory.shared.ldap.schema.registries.DefaultSchemaObjectRegistry
clear, contains, copy, get, getOidByName, getSchemaName, getType, iterator, lookup, oidsIterator, register, renameSchema, size, toString, unregister, unregister, unregisterSchemaElements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.directory.shared.ldap.schema.registries.SchemaObjectRegistry
clear, contains, get, getOidByName, getSchemaName, getType, iterator, lookup, oidsIterator, register, renameSchema, size, unregister, unregister, unregisterSchemaElements
 
Methods inherited from interface java.lang.Iterable
iterator
 

Constructor Detail

DefaultDITContentRuleRegistry

public DefaultDITContentRuleRegistry()
Creates a new default DITContentRuleRegistry instance.

Method Detail

copy

public DefaultDITContentRuleRegistry copy()
Copy the DITContentRuleRegistry

Specified by:
copy in interface DITContentRuleRegistry
Specified by:
copy in interface SchemaObjectRegistry<DITContentRule>
Returns:
SchemaObjectRegistry The copied registry


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