|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pf.directory.ldif.LDIFLineProcessor
public abstract class LDIFLineProcessor
A generic line processor for LDIF input. Allows subclasses to concentrate on handling the prepared content of an LDIF input (e.g. file).
| Method Summary | |
|---|---|
boolean |
processLine(java.lang.String line,
int lineNo)
Handles each line provided by the stream reader. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean processLine(java.lang.String line,
int lineNo)
processLine in interface LineProcessorline - The line to process (must not be null)lineNo - The linen number (starting with 1)LineProcessor.processLine(java.lang.String, int)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||