Uses of Class
org.opends.server.util.LDIFException
Package
Description
Contains implementations for various Directory Server utility classes and methods which may be used throughout the
server but do not necessarily fit in elsewhere.
-
Uses of LDIFException in org.opends.server.util
Modifier and TypeMethodDescriptionprotected Entry
LDIFReader.createEntry
(Dn entryDN, List<StringBuilder> lines, boolean checkSchema) Parses the provided LDIF lines as an LDAP entry.protected Dn
LDIFReader.readDN
(LinkedList<StringBuilder> lines) Reads the DN of the entry from the provided list of lines.LDIFReader.readEntry()
Reads the next entry from the LDIF source.protected LinkedList<StringBuilder>
LDIFReader.readEntryLines()
Reads a set of lines from the next entry in the LDIF source.