Package org.opends.server.schema
Interface SchemaHandler.SchemaUpdater
- Enclosing class:
- SchemaHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface to update a schema provided a schema builder.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
update
(SchemaBuilder builder) Updates the schema using the provided schema builder.
-
Method Details
-
update
Updates the schema using the provided schema builder.- Parameters:
builder
- The builder on the current schema
-