|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectscriptella.expression.LineIterator
scriptella.driver.ldap.ldif.TrackingLineIterator
public class TrackingLineIterator
Line iterator which tracks read lines.
| Constructor Summary | |
|---|---|
TrackingLineIterator(java.io.Reader in,
scriptella.spi.ParametersCallback callback)
Creates instance of line iterator. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
format(java.lang.String line)
|
java.lang.String |
getTrackedLines()
|
void |
trackLines()
Starts to track lines. |
| Methods inherited from class scriptella.expression.LineIterator |
|---|
close, getLineAt, hasNext, next, remove, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrackingLineIterator(java.io.Reader in,
scriptella.spi.ParametersCallback callback)
in - a reader to wrap.callback - callback to use for variables substitution.| Method Detail |
|---|
protected java.lang.String format(java.lang.String line)
format in class scriptella.expression.LineIteratorpublic java.lang.String getTrackedLines()
trackLines().public void trackLines()
The previously tracked content is cleared.
getTrackedLines()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||