Interface LDIFContent

All Known Implementing Classes:
LDIFAddContent, LDIFAttributeContent, LDIFBaseContent, LDIFDeleteContent, LDIFModDNContent, LDIFModifyContent

public interface LDIFContent
This interface represents the content of an LDIF record. An LDIF record can specify an entry or modifications to be made to an entry.

The following classes implement this interface:

  • LDIFAttributeContent (represents the content of an LDIF record that specifies an entry)
  • LDIFAddContent (represents the content of an LDIF record that adds a new entry)
  • LDIFModifyContent (represents the content of an LDIF record that modifies an entry)
  • LDIFDeleteContent (represents the content of an LDIF record that deletes an entry)
  • LDIFModDNContent (represents the content of an LDIF record that changes the RDN or DN of an entry)

Version:
1.0
See Also: