public class Book extends Object
| Constructor and Description |
|---|
Book() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getDescriptor()
public List<Format> getFormats()
Formats to produce.public String getDirectory()
public List<String> getIncludes()
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.