static Attributes |
LdifUtils.getJndiAttributesFromLdif(String ldif) |
Convert a LDIF String to a JNDI attributes.
|
Attributes |
LdifAttributesReader.parseAttributes(String ldif) |
A method which parses a ldif string and returns a list of Attributes.
|
protected String |
LdifReader.parseDn(String line) |
Parse the Dn of an entry
|
Entry |
LdifAttributesReader.parseEntry(String ldif) |
A method which parses a ldif string and returns an Entry.
|
Entry |
LdifAttributesReader.parseEntry(SchemaManager schemaManager,
String ldif) |
A method which parses a ldif string and returns an Entry.
|
List<LdifEntry> |
LdifReader.parseLdif(String ldif) |
A method which parses a ldif string and returns a list of entries.
|
List<LdifEntry> |
LdifReader.parseLdifFile(String fileName) |
Parse a ldif file (using the default encoding).
|
List<LdifEntry> |
LdifReader.parseLdifFile(String fileName,
String encoding) |
Parse a ldif file, decoding it using the given charset encoding
|
protected Object |
LdifReader.parseValue(String attributeName,
String line,
int pos) |
Parse the value part.
|
protected int |
LdifReader.parseVersion() |
Parse the version from the ldif input.
|
protected void |
LdifReader.readLines() |
Reads an entry in a ldif buffer, and returns the resulting lines, without
comments, and unfolded.
|