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

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

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

Fields in org.apache.directory.shared.ldap.ldif declared as LdifEntry
protected  LdifEntry LdifReader.prefetched
          Iterator prefetched entry
 

Methods in org.apache.directory.shared.ldap.ldif that return LdifEntry
 LdifEntry LdifEntry.clone()
          Clone method
 LdifEntry LdifReader.next()
          Gets the next LDIF on the channel.
static LdifEntry LdifUtils.reverseAdd(LdapDN dn)
          Compute a reverse LDIF of an AddRequest.
static LdifEntry LdifUtils.reverseDel(LdapDN dn, Entry deletedEntry)
          Compute a reverse LDIF of a DeleteRequest.
static LdifEntry LdifUtils.reverseModify(LdapDN dn, java.util.List<Modification> forwardModifications, Entry modifiedEntry)
          Compute the reversed LDIF for a modify request.
static LdifEntry LdifUtils.reverseModifyDn(LdapDN newSuperiorDn, LdapDN modifiedDn)
          Compute a reverse LDIF for a forward change which if in LDIF format would represent a moddn operation.
 

Methods in org.apache.directory.shared.ldap.ldif that return types with arguments of type LdifEntry
 java.util.Iterator<LdifEntry> LdifReader.iterator()
           
 java.util.List<LdifEntry> LdifReader.parseLdif(java.io.BufferedReader inf)
          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
static java.util.List<LdifEntry> LdifUtils.reverseModifyRdn(javax.naming.directory.Attributes t0, LdapDN t1_parentDn, LdapDN t0_dn, Rdn t1_rdn)
          Compute a reverse LDIF for a forward change which if in LDIF format would represent a modrdn operation.
static java.util.List<LdifEntry> LdifUtils.reverseRename(javax.naming.directory.Attributes t0, LdapDN t0_dn, Rdn t1_rdn)
          Revert a DN to it's previous version by removing the first RDN and adding the given RDN
 

Methods in org.apache.directory.shared.ldap.ldif with parameters of type LdifEntry
static java.lang.String LdifUtils.convertToLdif(LdifEntry entry)
          Convert an Entry to LDIF
static java.lang.String LdifUtils.convertToLdif(LdifEntry entry, int length)
          Convert an Entry to LDIF
 void LdifReader.parseAttributeValue(LdifEntry entry, java.lang.String line, java.lang.String lowerLine)
          Parse an AttributeType/AttributeValue
 



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