org.apache.directory.api.converter.schema
Class SchemaToLdif

java.lang.Object
  extended by org.apache.directory.api.converter.schema.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 Summary
static void transform(List<Schema> schemas)
          This method takes a list of schema and transform them to Ldif files
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.