Klasse Book

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

public class Book extends Object
A model for a Book.
Seit:
1.0
Version:
$Id$
Autor:
Trygve Laugstøl
  • Konstruktordetails

    • Book

      public Book()
  • Methodendetails

    • getDescriptor

      public String getDescriptor()
      Returns the path to the book descriptor file.
      Gibt zurück:
      the book descriptor file.
    • getFormats

      public List<Format> getFormats()
      Returns the list of Formats to produce.
      Gibt zurück:
      the list of formats.
    • getDirectory

      public String getDirectory()
      Returns the base directory of source files.
      Gibt zurück:
      the base directory.
    • getIncludes

      public List<String> getIncludes()
      Returns the list of files to include.
      Gibt zurück:
      the list of files to include.
    • getExcludes

      public List<String> getExcludes()
      Returns the list of files to exclude.
      Gibt zurück:
      the list of files to exclude.