org.identityconnectors.ldap.sync.sunds
Class LdifParser

java.lang.Object
  extended by org.identityconnectors.ldap.sync.sunds.LdifParser
All Implemented Interfaces:
Iterable<LdifParser.Line>

public class LdifParser
extends Object
implements Iterable<LdifParser.Line>


Nested Class Summary
static class LdifParser.ChangeSeparator
           
static class LdifParser.Line
           
static class LdifParser.NameValue
           
static class LdifParser.Separator
           
 
Constructor Summary
LdifParser(String ldif)
           
 
Method Summary
 Iterator<LdifParser.Line> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdifParser

public LdifParser(String ldif)
Method Detail

iterator

public Iterator<LdifParser.Line> iterator()
Specified by:
iterator in interface Iterable<LdifParser.Line>


Copyright © 2012. All Rights Reserved.