org.apache.maven.doxia.book.services.indexer
Interface BookIndexer
- All Known Implementing Classes:
- DefaultBookIndexer
public interface BookIndexer
Index a book.
- Version:
- $Id: BookIndexer.java 572956 2007-09-05 14:22:50Z ltheussl $
- 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.
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.