Uses of Class
org.opends.server.util.LDIFException
-
Packages that use LDIFException Package Description org.opends.server.util 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 LDIFException Modifier and Type Method Description protected 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.Entry
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.
-