|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ldap.clients.embedded.LdapInputParser
public class LdapInputParser
Parses Input for LDIF Entries.
| Field Summary | |
|---|---|
(package private) java.util.LinkedList |
m_entryList
|
| Constructor Summary | |
|---|---|
LdapInputParser()
|
|
| Method Summary | |
|---|---|
java.lang.StringBuffer |
getEntry(int a_index)
Get an LDIF entry from the parsed list. |
int |
getEntryCount()
Gets the number of LDIF entries that were parsed out |
void |
parseInputStream(java.io.InputStream a_stream)
Parse the InputStream passed in. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.util.LinkedList m_entryList
| Constructor Detail |
|---|
public LdapInputParser()
| Method Detail |
|---|
public void parseInputStream(java.io.InputStream a_stream)
a_stream - Stream to be parsedpublic int getEntryCount()
public java.lang.StringBuffer getEntry(int a_index)
a_index - Index of the object in the list
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||