|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.directory.server.schema.bootstrap.AbstractBootstrapProducer
org.apache.directory.server.schema.bootstrap.SystemComparatorProducer
public class SystemComparatorProducer
Document this class.
| Nested Class Summary | |
|---|---|
static class |
SystemComparatorProducer.DeepTrimCachingNormalizingComparator
|
static class |
SystemComparatorProducer.DeepTrimToLowerCachingNormalizingComparator
|
static class |
SystemComparatorProducer.NameAndOptionalUIDCachingNormalizingComparator
This caching NormalizingComparator would be a good thing to have, sadly we can't use it as the registries are not available here ... |
| Nested classes/interfaces inherited from class org.apache.directory.server.schema.bootstrap.AbstractBootstrapProducer |
|---|
AbstractBootstrapProducer.BootstrapAttributeType, AbstractBootstrapProducer.BootstrapMatchingRule, AbstractBootstrapProducer.BootstrapObjectClass, AbstractBootstrapProducer.BootstrapSyntax |
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.server.schema.bootstrap.AbstractBootstrapProducer |
|---|
EMPTY |
| Constructor Summary | |
|---|---|
SystemComparatorProducer()
|
|
| Method Summary | |
|---|---|
void |
produce(org.apache.directory.server.schema.registries.Registries registries,
ProducerCallback cb)
Produces schema objects announcing each one after creation via the callback before continuing on to create more objects. |
| Methods inherited from class org.apache.directory.server.schema.bootstrap.AbstractBootstrapProducer |
|---|
getType, newAttributeType, newObjectClass, newSyntax |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystemComparatorProducer()
| Method Detail |
|---|
public void produce(org.apache.directory.server.schema.registries.Registries registries,
ProducerCallback cb)
throws javax.naming.NamingException
BootstrapProducer
registries - the registry set used by this producercb - the producer's callback
javax.naming.NamingException - callbacks often operate upon registries and can
throw these exceptions so we must throw this as well since
implementations will have to call the callback methods
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||