nl.siegmann.epublib.epub
Interface BookProcessor

All Known Implementing Classes:
BookProcessorPipeline

public interface BookProcessor

Post-processes a book. Can be used to clean up a book after reading or before writing.

Author:
paul

Field Summary
static BookProcessor IDENTITY_BOOKPROCESSOR
          A BookProcessor that returns the input book unchanged.
 
Method Summary
 Book processBook(Book book)
           
 

Field Detail

IDENTITY_BOOKPROCESSOR

static final BookProcessor IDENTITY_BOOKPROCESSOR
A BookProcessor that returns the input book unchanged.

Method Detail

processBook

Book processBook(Book book)


Copyright © 2009-2011. All Rights Reserved.