Uses of Class
netscape.ldap.util.LDIF.LineReader
Packages that use LDIF.LineReader
-
Uses of LDIF.LineReader in netscape.ldap.util
Fields in netscape.ldap.util declared as LDIF.LineReaderMethods in netscape.ldap.util with parameters of type LDIF.LineReaderModifier and TypeMethodDescriptionprivate LDIFAddContent
LDIF.parse_add_spec
(LDIF.LineReader d) Parses add contentprivate LDIFDeleteContent
LDIF.parse_delete_spec
(LDIF.LineReader d) Parses delete contentprivate LDIFContent
LDIF.parse_ldif_content
(LDIF.LineReader d) Parses ldif content.private LDIFRecord
LDIF.parse_ldif_record
(LDIF.LineReader d) Parses ldif content.private LDIFModifyContent
LDIF.parse_mod_spec
(LDIF.LineReader d) Parses change modification.private LDIFModDNContent
LDIF.parse_moddn_spec
(LDIF.LineReader d) Parses moddn/modrdn modification.