Uses of Class
org.apache.directory.shared.ldap.ldif.LdapLdifException

Packages that use LdapLdifException
org.apache.directory.shared.ldap.ldif   
 

Uses of LdapLdifException in org.apache.directory.shared.ldap.ldif
 

Methods in org.apache.directory.shared.ldap.ldif that throw LdapLdifException
static javax.naming.directory.Attributes LdifUtils.convertAttributesFromLdif(java.lang.String ldif)
          Convert a LDIF String to an attributes.
static javax.naming.directory.Attributes LdifUtils.createAttributes(java.lang.Object... avas)
          Build a new Attributes instance from a LDIF list of lines.
 javax.naming.directory.Attributes LdifAttributesReader.parseAttributes(java.lang.String ldif)
          A method which parses a ldif string and returns a list of Attributes.
 void LdifReader.parseAttributeValue(LdifEntry entry, java.lang.String line, java.lang.String lowerLine)
          Parse an AttributeType/AttributeValue
 Entry LdifAttributesReader.parseEntry(java.lang.String ldif)
          A method which parses a ldif string and returns a list of Entry.
 java.util.List<LdifEntry> LdifReader.parseLdif(java.io.BufferedReader reader)
          The main entry point of the LdifParser.
 java.util.List<LdifEntry> LdifReader.parseLdif(java.lang.String ldif)
          A method which parses a ldif string and returns a list of entries.
 java.util.List<LdifEntry> LdifReader.parseLdifFile(java.lang.String fileName)
          Parse a ldif file (using the default encoding).
 java.util.List<LdifEntry> LdifReader.parseLdifFile(java.lang.String fileName, java.lang.String encoding)
          Parse a ldif file, decoding it using the given charset encoding
protected  java.lang.Object LdifReader.parseValue(java.lang.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.shared.ldap.ldif that throw LdapLdifException
LdifReader(java.io.File file)
          A constructor which takes a File
LdifReader(java.io.InputStream in)
          A constructor which takes an InputStream
LdifReader(java.io.Reader in)
          A constructor which takes a Reader
LdifReader(java.lang.String ldifFileName)
          A constructor which takes a file name
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.