Uses of Class
org.apache.maven.doxia.book.model.Chapter

Packages that use Chapter
org.apache.maven.doxia.book.model   
 

Uses of Chapter in org.apache.maven.doxia.book.model
 

Methods in org.apache.maven.doxia.book.model that return types with arguments of type Chapter
 java.util.List<Chapter> BookModel.getChapters()
          Method getChapters.
 

Methods in org.apache.maven.doxia.book.model with parameters of type Chapter
 void BookModel.addChapter(Chapter chapter)
          Method addChapter.
 void BookModel.removeChapter(Chapter chapter)
          Method removeChapter.
 

Method parameters in org.apache.maven.doxia.book.model with type arguments of type Chapter
 void BookModel.setChapters(java.util.List<Chapter> chapters)
          Set specifies a collection of chapters.
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.