org.apache.maven.doxia.book.services.indexer
Class DefaultBookIndexer
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.doxia.book.services.indexer.DefaultBookIndexer
- All Implemented Interfaces:
- BookIndexer, org.codehaus.plexus.logging.LogEnabled
public class DefaultBookIndexer
- extends org.codehaus.plexus.logging.AbstractLogEnabled
- implements BookIndexer
Default implementation of BookIndexer.
- Version:
- $Id: DefaultBookIndexer.java 572956 2007-09-05 14:22:50Z ltheussl $
- Author:
- Trygve Laugstøl
Fields inherited from interface org.apache.maven.doxia.book.services.indexer.BookIndexer |
ROLE |
Method Summary |
void |
indexBook(org.apache.maven.doxia.book.model.BookModel book,
BookContext bookContext)
Index a book. |
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultBookIndexer
public DefaultBookIndexer()
indexBook
public void indexBook(org.apache.maven.doxia.book.model.BookModel book,
BookContext bookContext)
throws BookDoxiaException
- Index a book.
- Specified by:
indexBook
in interface BookIndexer
- Parameters:
book
- the book to index.bookContext
- the BookContext.
- Throws:
BookDoxiaException
- if the book cannot be indexed.
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.