org.apache.maven.doxia.book.services.indexer
public interface BookIndexer
Version: $Id: BookIndexer.java 572956 2007-09-05 14:22:50Z ltheussl $
| Field Summary | |
|---|---|
| String | ROLE The plexus lookup role. |
| Method Summary | |
|---|---|
| void | indexBook(BookModel book, BookContext bookContext)
Index a book.
|
Parameters: book the book to index. bookContext the BookContext.
Throws: BookDoxiaException if the book cannot be indexed.