org.apache.maven.doxia.plugin
Class Book

java.lang.Object
  extended by org.apache.maven.doxia.plugin.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

Constructor Summary
Book()
           
 
Method Summary
 String getDescriptor()
          Returns the path to the book descriptor file.
 String getDirectory()
          Returns the base directory of source files.
 List getExcludes()
          Returns the list of files to exclude.
 List getFormats()
          Returns the list of Formats to produce.
 List getIncludes()
          Returns the list of files to include.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Book

public Book()
Method Detail

getDescriptor

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

Returns:
the book descriptor file.

getFormats

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

Returns:
the list of formats.

getDirectory

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

Returns:
the base directory.

getIncludes

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

Returns:
the list of files to include.

getExcludes

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

Returns:
the list of files to exclude.


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