Uses of Class
org.opends.server.util.LDIFException
Packages that use 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
Methods in org.opends.server.util that throw LDIFExceptionModifier and TypeMethodDescriptionprotected EntryLDIFReader.createEntry(Dn entryDN, List<StringBuilder> lines, boolean checkSchema) Parses the provided LDIF lines as an LDAP entry.protected DnLDIFReader.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.