public final class SchemaToLdif extends Object
| Modifier and Type | Field and Description |
|---|---|
private static String |
HEADER
The ASF Header
|
private static org.slf4j.Logger |
LOG
The logger
|
| Modifier | Constructor and Description |
|---|---|
private |
SchemaToLdif()
Private constructor.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
generate(Schema schema)
Generate the ldif from a schema.
|
static void |
transform(List<Schema> schemas)
This method takes a list of schema and transform them to Ldif files
|
private static final String HEADER
private static final org.slf4j.Logger LOG
public static void transform(List<Schema> schemas) throws ParserException
schemas - The list of schema to be transformedParserException - If we get an error while converting the schemasCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.