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.

Since:
1.0
Version:
$Id: Book.java 1090706 2011-04-09 23:15:28Z hboutemy $
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<String> getExcludes()
          Returns the list of files to exclude.
 List<Format> getFormats()
          Returns the list of Formats to produce.
 List<String> 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<Format> 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<String> getIncludes()
Returns the list of files to include.

Returns:
the list of files to include.

getExcludes

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

Returns:
the list of files to exclude.


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