public class BookContext extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BookContext.BookFile
Represents a BookFile.
|
Constructor and Description |
---|
BookContext() |
Modifier and Type | Method and Description |
---|---|
BookModel |
getBook()
Return the BookModel of this BookContext.
|
Map |
getFiles()
Return the files of this BookContext.
|
BookIndex |
getIndex()
Return the index of this BookContext.
|
String |
getInputEncoding()
Getter for the field
inputEncoding . |
Locale |
getLocale()
Getter for the field
locale . |
File |
getOutputDirectory()
Return the outputDirectory of this BookContext.
|
String |
getOutputEncoding()
Getter for the field
outputEncoding . |
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 |
setInputEncoding(String inputEncoding)
Setter for the field
inputEncoding . |
void |
setLocale(Locale locale)
Setter for the field
locale . |
void |
setOutputDirectory(File outputDirectory)
Set the outputDirectory of this BookContext.
|
void |
setOutputEncoding(String outputEncoding)
Setter for the field
outputEncoding . |
public BookModel getBook()
public void setBook(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.public Locale getLocale()
Getter for the field locale
.
public void setLocale(Locale locale)
Setter for the field locale
.
locale
- the locale to setpublic String getInputEncoding()
Getter for the field inputEncoding
.
public void setInputEncoding(String inputEncoding)
Setter for the field inputEncoding
.
inputEncoding
- the inputEncoding to setpublic String getOutputEncoding()
Getter for the field outputEncoding
.
public void setOutputEncoding(String outputEncoding)
Setter for the field outputEncoding
.
outputEncoding
- the outputEncoding to setCopyright © 2005–2014. All rights reserved.