org.apache.maven.doxia.module.apt
Interface AptSource

All Known Implementing Classes:
AptReaderSource

public interface AptSource


Method Summary
 int getLineNumber()
           
 java.lang.String getName()
           
 java.lang.String getNextLine()
           
 

Method Detail

getNextLine

public java.lang.String getNextLine()
                             throws AptParseException
Throws:
AptParseException

getName

public java.lang.String getName()

getLineNumber

public int getLineNumber()


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