org.apache.maven.doxia.module.apt
Class AptReaderSource

java.lang.Object
  extended byorg.apache.maven.doxia.module.apt.AptReaderSource
All Implemented Interfaces:
AptSource

public class AptReaderSource
extends java.lang.Object
implements AptSource


Constructor Summary
AptReaderSource(java.io.Reader in)
           
 
Method Summary
 void close()
           
 int getLineNumber()
           
 java.lang.String getName()
           
 java.lang.String getNextLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AptReaderSource

public AptReaderSource(java.io.Reader in)
Method Detail

getNextLine

public java.lang.String getNextLine()
                             throws AptParseException
Specified by:
getNextLine in interface AptSource
Throws:
AptParseException

getName

public java.lang.String getName()
Specified by:
getName in interface AptSource

getLineNumber

public int getLineNumber()
Specified by:
getLineNumber in interface AptSource

close

public void close()


Copyright © {inceptionYear}-2006 null. All Rights Reserved.