Class SchemaToLdif


  • public final class SchemaToLdif
    extends Object
    A class used to translate a OpenLdap schema file to a Ldif file compatible with the ApacheDS meta schema format
    Author:
    Apache Directory Project
    • Method Detail

      • transform

        public static void transform​(List<Schema> schemas)
                              throws ParserException
        This method takes a list of schema and transform them to Ldif files
        Parameters:
        schemas - The list of schema to be transformed
        Throws:
        ParserException - If we get an error while converting the schemas