org.apache.directory.shared.ldap.schema.registries
Interface LdapSyntaxRegistry

All Superinterfaces:
java.lang.Iterable<LdapSyntax>, SchemaObjectRegistry<LdapSyntax>
All Known Implementing Classes:
DefaultLdapSyntaxRegistry, ImmutableLdapSyntaxRegistry

public interface LdapSyntaxRegistry
extends SchemaObjectRegistry<LdapSyntax>, java.lang.Iterable<LdapSyntax>

An LdapSyntax registry service interface.

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

Method Summary
 LdapSyntaxRegistry copy()
          Copy the LdapSyntaxRegistry
 
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
 

Method Detail

copy

LdapSyntaxRegistry copy()
Copy the LdapSyntaxRegistry

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


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