org.apache.maven.doxia.util
public class ByLineReaderSource extends Object implements ByLineSource
Constructor Summary | |
---|---|
ByLineReaderSource(Reader in)
Creates the ByLineReaderSource.
|
Method Summary | |
---|---|
void | close() |
int | getLineNumber() |
String | getName() |
String | getNextLine() |
void | unget(String s) |
void | ungetLine() |
Parameters: in real source :)