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(InputStream inputStream,
List<LocalizableMessage> warnings)
Parses the data read from the provided input stream as a MakeLDIF template
file definition.
|
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.
|
void |
TemplateFile.registerTag(String tagClass)
Registers the specified class as a tag that may be used in templates.
|
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)
Writes the provided entry to the appropriate target.
|
boolean |
MakeLDIF.writeEntry(TemplateEntry entry)
Writes the provided entry to the appropriate target.
|
boolean |
EntryWriter.writeEntry(TemplateEntry entry)
Writes the provided entry to the appropriate target.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.