org.apache.maven.doxia.book.context

Class BookContext.BookFile

public static class BookContext.BookFile extends Object

Represents a BookFile.
Constructor Summary
BookFile(File file, String parserId)
Constructor.
Method Summary
FilegetFile()
Return the file of this BookFile.
StringgetParserId()
Return the parserId of this BookFile.

Constructor Detail

BookFile

public 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 © 2002-2010 Apache Software Foundation. All Rights Reserved.