|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.book.context.BookContext
public class BookContext
Context to render a book.
| Nested Class Summary | |
|---|---|
static class |
BookContext.BookFile
Represents a BookFile. |
| Constructor Summary | |
|---|---|
BookContext()
|
|
| Method Summary | |
|---|---|
org.apache.maven.doxia.book.model.BookModel |
getBook()
Return the BookModel of this BookContext. |
java.util.Map |
getFiles()
Return the files of this BookContext. |
BookIndex |
getIndex()
Return the index of this BookContext. |
java.io.File |
getOutputDirectory()
Return the outputDirectory of this BookContext. |
void |
setBook(org.apache.maven.doxia.book.model.BookModel book)
Set the BookModel of this BookContext. |
void |
setFiles(java.util.Map files)
Set the files of this BookContext. |
void |
setIndex(BookIndex index)
Set the index of this BookContext. |
void |
setOutputDirectory(java.io.File outputDirectory)
Set the outputDirectory of this BookContext. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BookContext()
| Method Detail |
|---|
public org.apache.maven.doxia.book.model.BookModel getBook()
public void setBook(org.apache.maven.doxia.book.model.BookModel book)
book - the BookModel.public java.util.Map getFiles()
public void setFiles(java.util.Map files)
files - the Map of files.public java.io.File getOutputDirectory()
public void setOutputDirectory(java.io.File outputDirectory)
outputDirectory - the output directory.public BookIndex getIndex()
public void setIndex(BookIndex index)
index - the index to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||