org.apache.maven.doxia.book.context
Class BookContext.BookFile

java.lang.Object
  extended by org.apache.maven.doxia.book.context.BookContext.BookFile
Enclosing class:
BookContext

public static class BookContext.BookFile
extends java.lang.Object

Represents a BookFile.


Constructor Summary
BookContext.BookFile(java.io.File file, java.lang.String parserId)
          Constructor.
 
Method Summary
 java.io.File getFile()
          Return the file of this BookFile.
 java.lang.String getParserId()
          Return the parserId of this BookFile.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookContext.BookFile

public BookContext.BookFile(java.io.File file,
                            java.lang.String parserId)
Constructor.

Parameters:
file - the file.
parserId - the parser id.
Method Detail

getFile

public java.io.File getFile()
Return the file of this BookFile.

Returns:
File.

getParserId

public java.lang.String getParserId()
Return the parserId of this BookFile.

Returns:
String.