org.apache.maven.doxia.book.context
public class BookContext extends Object
Version: $Id: BookContext.java 572956 2007-09-05 14:22:50Z ltheussl $
Nested Class Summary | |
---|---|
static class | BookContext.BookFile Represents a BookFile. |
Method Summary | |
---|---|
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(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.
|
Returns: BookModel.
Returns: Map. A new HashMap is constructed if the current Map is null.
Returns: BookIndex.
Returns: File.
Parameters: book the BookModel.
Parameters: files the Map of files.
Parameters: index the index to set.
Parameters: outputDirectory the output directory.