org.apache.maven.doxia.book
public interface BookDoxia
Version: $Id: BookDoxia.java 572956 2007-09-05 14:22:50Z ltheussl $
Field Summary | |
---|---|
String | ROLE The plexus lookup role. |
Method Summary | |
---|---|
BookModel | loadBook(File bookDescriptor)
Load a BookModel from a descriptor file.
|
void | renderBook(BookModel book, String bookRendererId, List files, File outputDirectory)
Creates a book from a BookModel.
|
Parameters: bookDescriptor the book descriptor file.
Returns: BookModel
Throws: BookDoxiaException if the model cannot be loaded.
Parameters: book the BookModel. bookRendererId the id of the output format. files a list of source files. outputDirectory the output directory.
Throws: BookDoxiaException if the model cannot be loaded.