Uses of Class
org.apache.directory.api.ldap.model.ldif.LdapLdifException

Packages that use LdapLdifException
org.apache.directory.api.ldap.model.ldif   
 

Uses of LdapLdifException in org.apache.directory.api.ldap.model.ldif
 

Methods in org.apache.directory.api.ldap.model.ldif that throw LdapLdifException
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.
 Entry LdifAttributesReader.parseEntry(SchemaManager schemaManager, String ldif)
          A method which parses a ldif string and returns an Entry.
 Entry LdifAttributesReader.parseEntry(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 line, int pos)
          Parse the value part.
protected  void LdifReader.readLines()
          Reads an entry in a ldif buffer, and returns the resulting lines, without comments, and unfolded.
 

Constructors in org.apache.directory.api.ldap.model.ldif that throw LdapLdifException
LdifEntry(Dn dn, Object... avas)
          Creates a LdifEntry using a list of strings representing the Ldif element
LdifEntry(String dn, Object... strings)
          Creates a LdifEntry using a list of strings representing the Ldif element
LdifReader(File file)
          A constructor which takes a File
LdifReader(String ldifFileName)
          A constructor which takes a file name
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.