|
||||||||||
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. |
Map |
getFiles()
Return the files of this BookContext. |
BookIndex |
getIndex()
Return the index of this BookContext. |
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(Map files)
Set the files of this BookContext. |
void |
setIndex(BookIndex index)
Set the index of this BookContext. |
void |
setOutputDirectory(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 Map getFiles()
public void setFiles(Map files)
files
- the Map of files.public File getOutputDirectory()
public void setOutputDirectory(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 |