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 1090706 2011-04-09 23:15:28Z hboutemy $
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<java.lang.String> getExcludes()
          Returns the list of files to exclude.
 java.util.List<Format> getFormats()
          Returns the list of Formats to produce.
 java.util.List<java.lang.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 java.lang.String getDescriptor()
Returns the path to the book descriptor file.

Returns:
the book descriptor file.

getFormats

public java.util.List<Format> 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<java.lang.String> getIncludes()
Returns the list of files to include.

Returns:
the list of files to include.

getExcludes

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

Returns:
the list of files to exclude.


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