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 Object

Represents a BookFile.


Constructor Summary
BookContext.BookFile(File file, String parserId)
          Constructor.
 
Method Summary
 File getFile()
          Return the file of this BookFile.
 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(File file,
                            String parserId)
Constructor.

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

getFile

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

Returns:
File.

getParserId

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

Returns:
String.


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.