|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BookIo
Common book-related IO methods.
| Field Summary | |
|---|---|
static java.lang.String |
ROLE
The plexus lookup role. |
| Method Summary | |
|---|---|
void |
loadFiles(BookContext context,
java.util.List files)
Loads files in a given context. |
BookModel |
readBook(java.io.File bookDescriptor)
Read a BookModel from a descriptor file. |
| Field Detail |
|---|
static final java.lang.String ROLE
| Method Detail |
|---|
BookModel readBook(java.io.File bookDescriptor)
throws BookDoxiaException
bookDescriptor - the book descriptor file.
BookDoxiaException - if the model cannot be read.
void loadFiles(BookContext context,
java.util.List files)
context - the BookContext.files - a list of files.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||