org.apache.maven.doxia.plugin

Class Book

public class Book extends Object

A model for a Book.

Version: $Id: Book.java 572957 2007-09-05 14:24:18Z ltheussl $

Author: Trygve Laugstøl

Method Summary
StringgetDescriptor()
Returns the path to the book descriptor file.
StringgetDirectory()
Returns the base directory of source files.
ListgetExcludes()
Returns the list of files to exclude.
ListgetFormats()
Returns the list of Formats to produce.
ListgetIncludes()
Returns the list of files to include.

Method Detail

getDescriptor

public String getDescriptor()
Returns the path to the book descriptor file.

Returns: the book descriptor file.

getDirectory

public String getDirectory()
Returns the base directory of source files.

Returns: the base directory.

getExcludes

public List getExcludes()
Returns the list of files to exclude.

Returns: the list of files to exclude.

getFormats

public List getFormats()
Returns the list of Formats to produce.

Returns: the list of formats.

getIncludes

public List getIncludes()
Returns the list of files to include.

Returns: the list of files to include.

Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.