org.apache.directory.api.ldap.model.schema.registries
Class DefaultLdapSyntaxRegistry
java.lang.Object
org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry<LdapSyntax>
org.apache.directory.api.ldap.model.schema.registries.DefaultLdapSyntaxRegistry
- All Implemented Interfaces:
- Iterable<LdapSyntax>, LdapSyntaxRegistry, SchemaObjectRegistry<LdapSyntax>
public class DefaultLdapSyntaxRegistry
- extends DefaultSchemaObjectRegistry<LdapSyntax>
- implements LdapSyntaxRegistry
A LdapSyntax registry's service default implementation.
- Author:
- Apache Directory Project
| Methods inherited from class org.apache.directory.api.ldap.model.schema.registries.DefaultSchemaObjectRegistry |
clear, contains, copy, get, getOidByName, getSchemaName, getType, iterator, lookup, oidsIterator, register, renameSchema, size, toString, unregister, unregister, unregisterSchemaElements |
| Methods inherited from interface org.apache.directory.api.ldap.model.schema.registries.SchemaObjectRegistry |
clear, contains, get, getOidByName, getSchemaName, getType, iterator, lookup, oidsIterator, register, renameSchema, size, unregister, unregister, unregisterSchemaElements |
DefaultLdapSyntaxRegistry
public DefaultLdapSyntaxRegistry()
- Creates a new default LdapSyntaxRegistry instance.
copy
public DefaultLdapSyntaxRegistry copy()
- Copy the LdapSyntaxRegistry
- Specified by:
copy in interface LdapSyntaxRegistry- Specified by:
copy in interface SchemaObjectRegistry<LdapSyntax>
- Returns:
- SchemaObjectRegistry The copied registry
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.