Serialized Form


Package org.apache.maven.doxia.book

Class org.apache.maven.doxia.book.BookDoxiaException extends Exception implements Serializable

serialVersionUID: 87146681585045106L

Class org.apache.maven.doxia.book.InvalidBookDescriptorException extends BookDoxiaException implements Serializable

serialVersionUID: -5706648416915909753L

Serialized Fields

validationResult

ValidationResult validationResult
ValidationResult.


Package org.apache.maven.doxia.book.model

Class org.apache.maven.doxia.book.model.BookModel extends Object implements Serializable

Serialized Fields

id

String id
Specifies the id of this book. This is a symbolic name for a particular book from this project.


title

String title
Specifies the title of this book.


author

String author
Specifies the author of this book.


date

String date
Specifies the date of this book.


chapters

List<E> chapters
Field chapters.


modelEncoding

String modelEncoding
Field modelEncoding.

Class org.apache.maven.doxia.book.model.Chapter extends Object implements Serializable

Serialized Fields

id

String id
Specifies the id of this chapter. This is a symbolic name for a particular chapter.


title

String title
Specifies the title of this chapter.


sections

List<E> sections
Field sections.

Class org.apache.maven.doxia.book.model.Section extends Object implements Serializable

Serialized Fields

id

String id
Specifies the id of this section. This is a symbolic name for a particular section.


title

String title
Specifies the title of this section.


file

String file
Specifies the file of this section.



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.