org.apache.maven.doxia.book.services.indexer
Interface BookIndexer
- All Known Implementing Classes:
- DefaultBookIndexer
public interface BookIndexer
Index a book.
- Version:
- $Id: BookIndexer.java 746976 2009-02-23 12:15:38Z vsiveton $
- Author:
- Trygve Laugstøl
Field Summary |
static java.lang.String |
ROLE
The plexus lookup role. |
ROLE
static final java.lang.String ROLE
- The plexus lookup role.
indexBook
void indexBook(BookModel book,
BookContext bookContext)
throws BookDoxiaException
- Index a book.
- Parameters:
book
- the book to index.bookContext
- the BookContext.
- Throws:
BookDoxiaException
- if the book cannot be indexed.