|
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
Abstract class for outputting LDAP entries to a stream.
| Constructor Summary | |
LDAPWriter(PrintWriter pw)
Constructs an LDAPWriter object to output entries
to a stream. |
|
| Method Summary | |
void |
printEntry(LDAPEntry entry)
The main method of LDAPWriter. |
void |
printSchema(LDAPEntry entry)
Default schema writer - assumes an ordinary entry |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LDAPWriter(PrintWriter pw)
LDAPWriter object to output entries
to a stream.
pw - output stream| Method Detail |
public void printEntry(LDAPEntry entry)
throws IOException
entry - an LDAPEntry to be formatted to the output
stream
IOException
public void printSchema(LDAPEntry entry)
throws IOException
entry - an LDAPEntry containing schema to be formatted
to the output stream
IOException
|
Directory SDK for Java 4.19 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||