public class LdifParser extends Object implements Iterable<LdifParser.Line>
| Modifier and Type | Class and Description |
|---|---|
static class |
LdifParser.ChangeSeparator |
static class |
LdifParser.Line |
static class |
LdifParser.NameValue |
static class |
LdifParser.Separator |
| Constructor and Description |
|---|
LdifParser(String ldif) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<LdifParser.Line> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic LdifParser(String ldif)
public Iterator<LdifParser.Line> iterator()
iterator in interface Iterable<LdifParser.Line>Copyright © 2018–2025. All rights reserved.