Package | Description |
---|---|
org.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionEntryWriter
A
ConnectionEntryWriter is a bridge from Connection s to
EntryWriter s. |
class |
LdifEntryWriter
An LDIF entry writer writes attribute value records (entries) using the LDAP
Data Interchange Format (LDIF) to a user defined destination.
|
Modifier and Type | Method and Description |
---|---|
static EntryWriter |
Ldif.copyTo(EntryReader input,
EntryWriter output)
Copies the content of
input to output . |
EntryWriter |
EntryWriter.writeComment(CharSequence comment)
Writes a comment.
|
EntryWriter |
EntryWriter.writeEntry(Entry entry)
Writes an entry.
|
Modifier and Type | Method and Description |
---|---|
static EntryWriter |
Ldif.copyTo(EntryReader input,
EntryWriter output)
Copies the content of
input to output . |
Copyright © 2010-2018, ForgeRock All Rights Reserved.