Package | Description |
---|---|
org.apache.maven.doxia.book.model |
Modifier and Type | Method and Description |
---|---|
java.util.List<Chapter> |
BookModel.getChapters()
Method getChapters.
|
Modifier and Type | Method and Description |
---|---|
void |
BookModel.addChapter(Chapter chapter)
Method addChapter.
|
void |
BookModel.removeChapter(Chapter chapter)
Method removeChapter.
|
Modifier and Type | Method and Description |
---|---|
void |
BookModel.setChapters(java.util.List<Chapter> chapters)
Set specifies a collection of chapters.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.