org.apache.maven.doxia.module.apt
public class AptReaderSource extends Object implements AptSource
| Constructor Summary | |
|---|---|
| AptReaderSource(Reader in)
Constructor: intialize reader.
| |
| Method Summary | |
|---|---|
| void | close() Closes the reader associated with this AptReaderSource. |
| int | getLineNumber() |
| String | getName() |
| String | getNextLine() |
Parameters: in the reader.