|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.doxia.book.services.io.DefaultBookIo
public class DefaultBookIo
DefaultBookIo class.
Field Summary |
---|
Fields inherited from interface org.apache.maven.doxia.book.services.io.BookIo |
---|
ROLE |
Constructor Summary | |
---|---|
DefaultBookIo()
|
Method Summary | |
---|---|
void |
loadFiles(BookContext context,
java.util.List<java.io.File> files)
Loads files in a given context. |
BookModel |
readBook(java.io.File bookDescriptor)
Read a BookModel from a descriptor file. |
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 |
Constructor Detail |
---|
public DefaultBookIo()
Method Detail |
---|
public BookModel readBook(java.io.File bookDescriptor) throws BookDoxiaException
readBook
in interface BookIo
bookDescriptor
- the book descriptor file.
BookDoxiaException
- if the model cannot be read.public void loadFiles(BookContext context, java.util.List<java.io.File> files)
loadFiles
in interface BookIo
context
- the BookContext.files
- a list of files.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |