Class NameFormHelper
- java.lang.Object
-
- org.apache.directory.api.ldap.model.schema.registries.helper.NameFormHelper
-
public final class NameFormHelper extends Object
An helper class used to store all the methods associated with an NameForm in relation with the Registries and SchemaManager.- Author:
- Apache Directory Project
-
-
Constructor Summary
Constructors Modifier Constructor Description privateNameFormHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddToRegistries(NameForm nameForm, SchemaErrorHandler errorHandler, Registries registries)Inject the NameForm into the registries, updating the references to other SchemaObject
-
-
-
Method Detail
-
addToRegistries
public static void addToRegistries(NameForm nameForm, SchemaErrorHandler errorHandler, Registries registries) throws LdapException
Inject the NameForm into the registries, updating the references to other SchemaObject- Parameters:
nameForm- The NameForm to add to the RegistrieserrorHandler- Error handlerregistries- The Registries- Throws:
LdapException- If the addition failed
-
-