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 LDIFAddContentLDIF.parse_add_spec(LDIF.LineReader d) Parses add contentprivate LDIFDeleteContentLDIF.parse_delete_spec(LDIF.LineReader d) Parses delete contentprivate LDIFContentLDIF.parse_ldif_content(LDIF.LineReader d) Parses ldif content.private LDIFRecordLDIF.parse_ldif_record(LDIF.LineReader d) Parses ldif content.private LDIFModifyContentLDIF.parse_mod_spec(LDIF.LineReader d) Parses change modification.private LDIFModDNContentLDIF.parse_moddn_spec(LDIF.LineReader d) Parses moddn/modrdn modification.