Package | Description |
---|---|
org.opends.server.tools.makeldif |
This package provides classes for a tool which may be used to generate LDIF content based on user-defined templates.
|
Modifier and Type | Method and Description |
---|---|
void |
Branch.completeBranchInitialization(Map<String,Template> templates)
Performs any necessary processing to ensure that the branch initialization is completed.
|
void |
Template.completeTemplateInitialization(Map<String,Template> templates)
Performs any necessary processing to ensure that the template initialization is completed.
|
TagResult |
TemplateFile.generateLDIF(EntryWriter entryWriter)
Generates the LDIF content and writes it to the provided LDIF writer.
|
void |
TemplateFile.parse(String[] lines,
List<LocalizableMessage> warnings)
Parses the provided data as a MakeLDIF template file definition.
|
void |
TemplateFile.parse(String filename,
List<LocalizableMessage> warnings)
Parses the contents of the specified file as a MakeLDIF template file definition.
|
TagResult |
Branch.writeEntries(EntryWriter entryWriter)
Writes the entry for this branch, as well as all appropriate subordinate entries.
|
TagResult |
Template.writeEntries(EntryWriter entryWriter,
Dn parentDN,
int count)
Writes the entry for this template, as well as all appropriate subordinate entries.
|
boolean |
MakeLDIFInputStream.writeEntry(TemplateEntry entry) |
boolean |
EntryWriter.writeEntry(TemplateEntry entry)
Writes the provided entry to the appropriate target.
|
Copyright 2010-2018 ForgeRock AS.