org.apache.maven.doxia.plugin
Class Book

java.lang.Object
  extended by org.apache.maven.doxia.plugin.Book

public class Book
extends java.lang.Object

A model for a Book.

Since:
1.0
Version:
$Id: Book.java 740545 2009-02-04 01:03:50Z vsiveton $
Author:
Trygve Laugstøl

Constructor Summary
Book()
           
 
Method Summary
 java.lang.String getDescriptor()
          Returns the path to the book descriptor file.
 java.lang.String getDirectory()
          Returns the base directory of source files.
 java.util.List getExcludes()
          Returns the list of files to exclude.
 java.util.List getFormats()
          Returns the list of Formats to produce.
 java.util.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 java.lang.String getDescriptor()
Returns the path to the book descriptor file.

Returns:
the book descriptor file.

getFormats

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

Returns:
the list of formats.

getDirectory

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

Returns:
the base directory.

getIncludes

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

Returns:
the list of files to include.

getExcludes

public java.util.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.