Uses of Class
org.forgerock.opendj.ldif.LdifEntryWriter
Package
Description
Classes and interfaces for reading and writing LDIF.
Contains implementations for a number of Directory Server data types.
-
Uses of LdifEntryWriter in org.forgerock.opendj.ldif
Modifier and TypeMethodDescriptionLdifEntryWriter.setAddUserFriendlyComments
(boolean addUserFriendlyComments) Specifies whether user-friendly comments should be added whenever distinguished names or UTF-8 attribute values are encountered which contained non-ASCII characters.LdifEntryWriter.setExcludeAllOperationalAttributes
(boolean excludeOperationalAttributes) Specifies whether all operational attributes should be excluded from any entries that are written to LDIF.LdifEntryWriter.setExcludeAllUserAttributes
(boolean excludeUserAttributes) Specifies whether all user attributes should be excluded from any entries that are written to LDIF.LdifEntryWriter.setExcludeAttribute
(AttributeDescription attributeDescription) Excludes the named attribute from any entries that are written to LDIF.LdifEntryWriter.setExcludeBranch
(Dn excludeBranch) Excludes all entries beneath the named entry (inclusive) from being written to LDIF.LdifEntryWriter.setIncludeAttribute
(AttributeDescription attributeDescription) Ensures that the named attribute is not excluded from any entries that are written to LDIF.LdifEntryWriter.setIncludeBranch
(Dn includeBranch) Ensures that all entries beneath the named entry (inclusive) are written to LDIF.LdifEntryWriter.setIncludeExcludeFilters
(Collection<Filter> includeFilters, Collection<Filter> excludeFilters) Sets the filters to include / exclude entries.LdifEntryWriter.setWrapColumn
(int wrapColumn) Specifies the column at which long lines should be wrapped.LdifEntryWriter.writeComment
(CharSequence comment) LdifEntryWriter.writeEntry
(Entry entry) -
Uses of LdifEntryWriter in org.opends.server.types
Modifier and TypeMethodDescriptionLDIFExportConfig.createLdifEntryWriter()
Creates an LDIF entry writer from using the configuration held in this object.