|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.converter.schema.SchemaToLdif
public class SchemaToLdif
A class used to translate a OpenLdap schema file to a Ldif file compatible with the Apache DS meta schema format
| Constructor Summary | |
|---|---|
SchemaToLdif()
|
|
| Method Summary | |
|---|---|
static void |
transform(java.util.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 |
| Constructor Detail |
|---|
public SchemaToLdif()
| Method Detail |
|---|
public static void transform(java.util.List<Schema> schemas)
throws ParserException
schemas - The list of schema to be transformed
ParserException - If we get an error while converting the schemas
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||