|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
net.spy.util.SpyLDIF
An LDIF Entry (returned by SpyLDIFReader).
SpyLDIFReader,
Serialized Form| Constructor Summary | |
SpyLDIF()
Get a new SpyLDIF object that's not initialized |
|
SpyLDIF(Hashtable h)
Get a new SpyLDIF object from a Hashtable |
|
SpyLDIF(String ldifEntry)
Return a new SpyLDIF object from the passed in LDIF entry |
|
| Method Summary | |
int |
getInt(String key)
Get an int value from the LDIF entry |
String |
getLDIF()
Get LDIF text from this LDIF object |
String |
getString(String key)
Get a string value from the LDIF entry |
static Vector |
parseLDIF(Reader r)
Parse the data from an LDIF file, may include multiple entries. |
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SpyLDIF()
public SpyLDIF(Hashtable h)
public SpyLDIF(String ldifEntry)
| Method Detail |
public static Vector parseLDIF(Reader r)
public String getString(String key)
public int getInt(String key)
public String getLDIF()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||