Methods in org.apache.directory.server.core.schema.bootstrap with parameters of type BootstrapRegistries |
void |
BootstrapSchemaLoader.load(BootstrapSchema schema,
BootstrapRegistries registries)
Loads a schema by loading and running all producers for te schema. |
void |
BootstrapSchemaLoader.load(java.util.Collection bootstrapSchemas,
BootstrapRegistries registries)
Loads a set of schemas by loading and running all producers for each
dependent schema first. |
void |
BootstrapSchemaLoader.loadDepsFirst(java.util.Stack beenthere,
java.util.HashMap notLoaded,
BootstrapSchema schema,
BootstrapRegistries registries)
Recursive method which loads schema's with their dependent schemas first
and tracks what schemas it has seen so the recursion does not go out of
control with depenency cycle detection. |
protected static AbstractBootstrapProducer.BootstrapAttributeType |
AbstractBootstrapProducer.newAttributeType(java.lang.String oid,
BootstrapRegistries registries)
|
protected static AbstractBootstrapProducer.BootstrapObjectClass |
AbstractBootstrapProducer.newObjectClass(java.lang.String oid,
BootstrapRegistries registries)
|
protected static AbstractBootstrapProducer.BootstrapSyntax |
AbstractBootstrapProducer.newSyntax(java.lang.String oid,
BootstrapRegistries registries)
|
void |
SystemMatchingRuleProducer.produce(BootstrapRegistries registries,
ProducerCallback cb)
|
void |
BootstrapProducer.produce(BootstrapRegistries registries,
ProducerCallback cb)
Produces schema objects announcing each one after creation via the
callback before continuing on to create more objects. |
void |
NisMatchingRuleProducer.produce(BootstrapRegistries registries,
ProducerCallback cb)
|
void |
ApacheNormalizerProducer.produce(BootstrapRegistries registries,
ProducerCallback cb)
|
void |
InetorgpersonNormalizerProducer.produce(BootstrapRegistries registries,
ProducerCallback cb)
|
void |
ApacheMatchingRuleProducer.produce(BootstrapRegistries registries,
ProducerCallback cb)
|
void |
SystemNormalizerProducer.produce(BootstrapRegistries registries,
ProducerCallback cb)
|
void |
SystemSyntaxCheckerProducer.produce(BootstrapRegistries registries,
ProducerCallback cb)
|
void |
NisComparatorProducer.produce(BootstrapRegistries registries,
ProducerCallback cb)
|
void |
NisSyntaxProducer.produce(BootstrapRegistries registries,
ProducerCallback cb)
|
void |
SystemComparatorProducer.produce(BootstrapRegistries registries,
ProducerCallback cb)
|
void |
NisNormalizerProducer.produce(BootstrapRegistries registries,
ProducerCallback cb)
|
void |
ApacheComparatorProducer.produce(BootstrapRegistries registries,
ProducerCallback cb)
|
void |
SystemSyntaxProducer.produce(BootstrapRegistries registries,
ProducerCallback cb)
|
void |
NisSyntaxCheckerProducer.produce(BootstrapRegistries registries,
ProducerCallback cb)
|
void |
InetorgpersonComparatorProducer.produce(BootstrapRegistries registries,
ProducerCallback cb)
|
void |
InetorgpersonMatchingRuleProducer.produce(BootstrapRegistries registries,
ProducerCallback cb)
|