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.
@FunctionalInterface public static interface SchemaHandler.SchemaUpdater
Interface to update a schema provided a schema builder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update(SchemaBuilder builder)
Updates the schema using the provided schema builder.
-
-
-
Method Detail
-
update
void update(SchemaBuilder builder)
Updates the schema using the provided schema builder.- Parameters:
builder
- The builder on the current schema
-
-