|
Directory SDK for Java 4.19 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnetscape.ldap.util.LDAPWriter
netscape.ldap.util.LDIFWriter
Class for outputting LDAP entries to a stream as LDIF.
| Constructor Summary | |
LDIFWriter(PrintWriter pw)
Constructs an LDIFWriter object to output entries
to a stream as LDIF. |
|
LDIFWriter(PrintWriter pw,
boolean attrsOnly,
String separator,
boolean foldLines,
boolean toFiles)
Constructs an LDIFWriter object to output entries
to a stream as LDIF. |
|
| Methods inherited from class netscape.ldap.util.LDAPWriter |
printEntry, printSchema |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LDIFWriter(PrintWriter pw)
LDIFWriter object to output entries
to a stream as LDIF.
pw - output stream
public LDIFWriter(PrintWriter pw,
boolean attrsOnly,
String separator,
boolean foldLines,
boolean toFiles)
LDIFWriter object to output entries
to a stream as LDIF.
pw - output streamattrsOnly - true if only attribute names, not
values, are to be printedseparator - String to use between attribute names and values;
the default is ":"foldLines - true to fold lines at 77 characters,
false to not fold them; the default is true.toFiles - true to write each attribute value to a
file in the temp folder, false to write them to the
output stream in printable format; the default is false.
|
Directory SDK for Java 4.19 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||