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