org.apache.maven.doxia.book.context
public static class BookContext.BookFile extends Object
Constructor Summary | |
---|---|
BookFile(File file, String parserId)
Constructor.
|
Method Summary | |
---|---|
File | getFile()
Return the file of this BookFile.
|
String | getParserId()
Return the parserId of this BookFile.
|
Parameters: file the file. parserId the parser id.
Returns: File.
Returns: String.