| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.schema |
Contains interfaces and base classes for representing the LDAP schema domain
model.
|
| org.apache.directory.api.ldap.model.schema.registries |
| Modifier and Type | Method and Description |
|---|---|
ComparatorRegistry |
SchemaManager.getComparatorRegistry()
Get an immutable reference on the Comparator registry
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultComparatorRegistry
A Comparator registry service default implementation.
|
class |
ImmutableComparatorRegistry
An immutable wrapper of the Comparator registry.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) ComparatorRegistry |
ImmutableComparatorRegistry.immutableComparatorRegistry
The wrapped LdapComparator registry
|
| Modifier and Type | Method and Description |
|---|---|
ComparatorRegistry |
ComparatorRegistry.copy()
Copy the ComparatorRegistry
|
ComparatorRegistry |
Registries.getComparatorRegistry() |
| Constructor and Description |
|---|
ImmutableComparatorRegistry(ComparatorRegistry comparatorRegistry)
Creates a new immutable ComparatorRegistry instance.
|
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.