| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.maven.doxia.module.common.ByLineReaderSourceByLineSource default implementation
Constructor Summary | |
| |
public ByLineReaderSource(Reader in)
Creates the ByLineReaderSource.
- Parameters:
in- real source :)
public final void close()
- Specified by:
- close in interface ByLineSource
- See Also:
ByLineSource.close()
public final int getLineNumber()
- Specified by:
- getLineNumber in interface ByLineSource
- See Also:
ByLineSource.getLineNumber()
public final String getName()
- Specified by:
- getName in interface ByLineSource
- See Also:
ByLineSource.getName()
public final String getNextLine()
throws AptParseException
- Specified by:
- getNextLine in interface ByLineSource
- See Also:
ByLineSource.getNextLine()
public final void unget(String s)
throws IllegalStateException
- Specified by:
- unget in interface ByLineSource
- See Also:
ByLineSource.unget(String)
public final void ungetLine()
throws IllegalStateException
- Specified by:
- ungetLine in interface ByLineSource
- See Also:
ByLineSource.ungetLine()