public class Book
extends java.lang.Object
Constructor and Description |
---|
Book() |
Modifier and Type | Method and Description |
---|---|
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
Format s to produce. |
java.util.List<java.lang.String> |
getIncludes()
Returns the list of files to include.
|
public java.lang.String getDescriptor()
public java.util.List<Format> getFormats()
Format
s to produce.public java.lang.String getDirectory()
public java.util.List<java.lang.String> getIncludes()
public java.util.List<java.lang.String> getExcludes()
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.